Lines Matching refs:Prefix
182 std::string Prefix = "enum Foo { FOO, BAR };\n" in TEST_F() local
206 verifyFormat(removeEmptyLines(Prefix) + "\n" + CommentedCode + "\n" + in TEST_F()
208 Style, Prefix + "\n" + CommentedCode + "\n" + Suffix); in TEST_F()
209 verifyFormat(removeEmptyLines(Prefix) + "\n" + CommentedCode + in TEST_F()
211 Style, Prefix + "\n" + CommentedCode + Suffix); in TEST_F()
286 std::string Prefix = "namespace {\n"; in TEST_F() local
336 verifyFormat(Prefix + removeEmptyLines(Infix) + removeEmptyLines(Postfix), in TEST_F()
337 Style, Prefix + Infix + Postfix); in TEST_F()
343 std::string Prefix = "namespace {\n"; in TEST_F() local
387 verifyFormat(Prefix + "\n\n\n" + Postfix, Style, in TEST_F()
388 Prefix + removeEmptyLines(Postfix)); in TEST_F()