Lines Matching refs:ExpectedOut
94 void verifyAll(StringRef ExpectedOut, StringRef JSONExpectedOut, in verifyAll() argument
96 verifyScopedPrinter(ExpectedOut, Func); in verifyAll()
128 const char *ExpectedOut = R"(| in TEST_F() local
132 verifyScopedPrinter(ExpectedOut, PrintFunc); in TEST_F()
147 const char *ExpectedOut = R"( | in TEST_F() local
152 verifyScopedPrinter(ExpectedOut, PrintFunc); in TEST_F()
163 const char *ExpectedOut = R"( | in TEST_F() local
166 verifyScopedPrinter(ExpectedOut, PrintFunc); in TEST_F()
178 const char *ExpectedOut = R"(| in TEST_F() local
181 verifyScopedPrinter(ExpectedOut, PrintFunc); in TEST_F()
215 const char *ExpectedOut = R"(Prefix1 Prefix1 | in TEST_F() local
219 verifyScopedPrinter(ExpectedOut, PrintFunc); in TEST_F()
233 const char *ExpectedOut = R"(Exists: Name2 (0x2) in TEST_F() local
244 verifyAll(ExpectedOut, JSONExpectedOut, PrintFunc); in TEST_F()
292 const char *ExpectedOut = R"(ZeroFlag [ (0x0) in TEST_F() local
510 verifyAll(ExpectedOut, JSONExpectedOut, PrintFunc); in TEST_F()
561 const char *ExpectedOut = R"(uint64_t-max: 18446744073709551615 in TEST_F() local
604 verifyAll(ExpectedOut, JSONExpectedOut, PrintFunc); in TEST_F()
613 const char *ExpectedOut = R"(True: Yes in TEST_F() local
621 verifyAll(ExpectedOut, JSONExpectedOut, PrintFunc); in TEST_F()
628 const char *ExpectedOut = R"(Version: 123.456.789 in TEST_F() local
630 verifyScopedPrinter(ExpectedOut, PrintFunc); in TEST_F()
677 const char *ExpectedOut = R"(EmptyList: [] in TEST_F() local
739 verifyAll(ExpectedOut, JSONExpectedOut, PrintFunc); in TEST_F()
749 const char *ExpectedOut = R"(StringSizeList: [1, 2, 3] in TEST_F() local
751 verifyScopedPrinter(ExpectedOut, PrintFunc); in TEST_F()
760 const char *ExpectedOut = R"(HexNumber: 0x10 in TEST_F() local
771 verifyAll(ExpectedOut, JSONExpectedOut, PrintFunc); in TEST_F()
779 const char *ExpectedOut = R"(HexList: [0x1, 0x10, 0x100] in TEST_F() local
789 verifyAll(ExpectedOut, JSONExpectedOut, PrintFunc); in TEST_F()
797 const char *ExpectedOut = R"(SymbolOffset: SymbolName+0x10 in TEST_F() local
811 verifyAll(ExpectedOut, JSONExpectedOut, PrintFunc); in TEST_F()
826 const char *ExpectedOut = R"(StringRef: Value in TEST_F() local
842 verifyAll(ExpectedOut, JSONExpectedOut, PrintFunc); in TEST_F()
863 const char *ExpectedOut = R"(Binary1: FooBar (46 6F 6F 42 61 72) in TEST_F() local
1039 verifyAll(ExpectedOut, JSONExpectedOut, PrintFunc); in TEST_F()
1045 const char *ExpectedOut = R"(Object: Value in TEST_F() local
1051 verifyAll(ExpectedOut, JSONExpectedOut, PrintFunc); in TEST_F()
1063 const char *ExpectedOut = "| | |"; in TEST_F() local
1064 verifyScopedPrinter(ExpectedOut, PrintFunc); in TEST_F()
1070 const char *ExpectedOut = "Test"; in TEST_F() local
1071 verifyScopedPrinter(ExpectedOut, PrintFunc); in TEST_F()
1088 const char *ExpectedOut = R"(Object { in TEST_F() local
1116 verifyAll(ExpectedOut, JSONExpectedOut, PrintFunc); in TEST_F()