Lines Matching refs:PrintFunc

17   auto PrintFunc = [](ScopedPrinter &W) {  in TEST()  local
30 PrintFunc(PrettyPrintWriter); in TEST()
33 PrintFunc(NoPrettyPrintWriter); in TEST()
74 using PrintFunc = function_ref<void(ScopedPrinter &)>; typedef in ScopedPrinterTest
76 void verifyScopedPrinter(StringRef Expected, PrintFunc Func) { in verifyScopedPrinter()
83 void verifyJSONScopedPrinter(StringRef Expected, PrintFunc Func) { in verifyJSONScopedPrinter()
95 PrintFunc Func) { in verifyAll()
120 auto PrintFunc = [](ScopedPrinter &W) { in TEST_F() local
132 verifyScopedPrinter(ExpectedOut, PrintFunc); in TEST_F()
136 auto PrintFunc = [](ScopedPrinter &W) { in TEST_F() local
152 verifyScopedPrinter(ExpectedOut, PrintFunc); in TEST_F()
156 auto PrintFunc = [](ScopedPrinter &W) { in TEST_F() local
166 verifyScopedPrinter(ExpectedOut, PrintFunc); in TEST_F()
170 auto PrintFunc = [](ScopedPrinter &W) { in TEST_F() local
181 verifyScopedPrinter(ExpectedOut, PrintFunc); in TEST_F()
202 auto PrintFunc = [](ScopedPrinter &W) { in TEST_F() local
219 verifyScopedPrinter(ExpectedOut, PrintFunc); in TEST_F()
223 auto PrintFunc = [](ScopedPrinter &W) { in TEST_F() local
244 verifyAll(ExpectedOut, JSONExpectedOut, PrintFunc); in TEST_F()
248 auto PrintFunc = [](ScopedPrinter &W) { in TEST_F() local
510 verifyAll(ExpectedOut, JSONExpectedOut, PrintFunc); in TEST_F()
514 auto PrintFunc = [](ScopedPrinter &W) { in TEST_F() local
604 verifyAll(ExpectedOut, JSONExpectedOut, PrintFunc); in TEST_F()
608 auto PrintFunc = [](ScopedPrinter &W) { in TEST_F() local
621 verifyAll(ExpectedOut, JSONExpectedOut, PrintFunc); in TEST_F()
625 auto PrintFunc = [](ScopedPrinter &W) { in TEST_F() local
630 verifyScopedPrinter(ExpectedOut, PrintFunc); in TEST_F()
634 auto PrintFunc = [](ScopedPrinter &W) { in TEST_F() local
739 verifyAll(ExpectedOut, JSONExpectedOut, PrintFunc); in TEST_F()
743 auto PrintFunc = [](ScopedPrinter &W) { in TEST_F() local
751 verifyScopedPrinter(ExpectedOut, PrintFunc); in TEST_F()
755 auto PrintFunc = [](ScopedPrinter &W) { in TEST_F() local
771 verifyAll(ExpectedOut, JSONExpectedOut, PrintFunc); in TEST_F()
775 auto PrintFunc = [](ScopedPrinter &W) { in TEST_F() local
789 verifyAll(ExpectedOut, JSONExpectedOut, PrintFunc); in TEST_F()
793 auto PrintFunc = [](ScopedPrinter &W) { in TEST_F() local
811 verifyAll(ExpectedOut, JSONExpectedOut, PrintFunc); in TEST_F()
815 auto PrintFunc = [](ScopedPrinter &W) { in TEST_F() local
842 verifyAll(ExpectedOut, JSONExpectedOut, PrintFunc); in TEST_F()
846 auto PrintFunc = [](ScopedPrinter &W) { in TEST_F() local
1039 verifyAll(ExpectedOut, JSONExpectedOut, PrintFunc); in TEST_F()
1043 auto PrintFunc = [](ScopedPrinter &W) { W.printObject("Object", "Value"); }; in TEST_F() local
1051 verifyAll(ExpectedOut, JSONExpectedOut, PrintFunc); in TEST_F()
1055 auto PrintFunc = [](ScopedPrinter &W) { in TEST_F() local
1064 verifyScopedPrinter(ExpectedOut, PrintFunc); in TEST_F()
1068 auto PrintFunc = [](ScopedPrinter &W) { W.getOStream() << "Test"; }; in TEST_F() local
1071 verifyScopedPrinter(ExpectedOut, PrintFunc); in TEST_F()
1075 auto PrintFunc = [](ScopedPrinter &W) { in TEST_F() local
1116 verifyAll(ExpectedOut, JSONExpectedOut, PrintFunc); in TEST_F()