Lines Matching refs:ScopedPrinter

17   auto PrintFunc = [](ScopedPrinter &W) {  in TEST()
65 ScopedPrinter Writer;
74 using PrintFunc = function_ref<void(ScopedPrinter &)>;
108 EXPECT_EQ(ScopedPrinter::ScopedPrinterKind::Base, Writer.getKind()); in TEST_F()
109 EXPECT_EQ(ScopedPrinter::ScopedPrinterKind::JSON, JSONWriter.getKind()); in TEST_F()
113 EXPECT_TRUE(ScopedPrinter::classof(&Writer)); in TEST_F()
115 EXPECT_FALSE(ScopedPrinter::classof(&JSONWriter)); in TEST_F()
120 auto PrintFunc = [](ScopedPrinter &W) { in TEST_F()
136 auto PrintFunc = [](ScopedPrinter &W) { in TEST_F()
156 auto PrintFunc = [](ScopedPrinter &W) { in TEST_F()
170 auto PrintFunc = [](ScopedPrinter &W) { in TEST_F()
202 auto PrintFunc = [](ScopedPrinter &W) { in TEST_F()
223 auto PrintFunc = [](ScopedPrinter &W) { in TEST_F()
248 auto PrintFunc = [](ScopedPrinter &W) { in TEST_F()
514 auto PrintFunc = [](ScopedPrinter &W) { in TEST_F()
608 auto PrintFunc = [](ScopedPrinter &W) { in TEST_F()
625 auto PrintFunc = [](ScopedPrinter &W) { in TEST_F()
634 auto PrintFunc = [](ScopedPrinter &W) { in TEST_F()
743 auto PrintFunc = [](ScopedPrinter &W) { in TEST_F()
755 auto PrintFunc = [](ScopedPrinter &W) { in TEST_F()
775 auto PrintFunc = [](ScopedPrinter &W) { in TEST_F()
793 auto PrintFunc = [](ScopedPrinter &W) { in TEST_F()
815 auto PrintFunc = [](ScopedPrinter &W) { in TEST_F()
846 auto PrintFunc = [](ScopedPrinter &W) { in TEST_F()
1043 auto PrintFunc = [](ScopedPrinter &W) { W.printObject("Object", "Value"); }; in TEST_F()
1055 auto PrintFunc = [](ScopedPrinter &W) { in TEST_F()
1068 auto PrintFunc = [](ScopedPrinter &W) { W.getOStream() << "Test"; }; in TEST_F()
1075 auto PrintFunc = [](ScopedPrinter &W) { in TEST_F()