Lines Matching defs:ExpectedOut
96 void verifyAll(StringRef ExpectedOut, StringRef JSONExpectedOut,
98 verifyScopedPrinter(ExpectedOut, Func);
130 const char *ExpectedOut = R"(|
134 verifyScopedPrinter(ExpectedOut, PrintFunc);
149 const char *ExpectedOut = R"( |
154 verifyScopedPrinter(ExpectedOut, PrintFunc);
165 const char *ExpectedOut = R"( |
168 verifyScopedPrinter(ExpectedOut, PrintFunc);
180 const char *ExpectedOut = R"(|
183 verifyScopedPrinter(ExpectedOut, PrintFunc);
217 const char *ExpectedOut = R"(Prefix1 Prefix1 |
221 verifyScopedPrinter(ExpectedOut, PrintFunc);
235 const char *ExpectedOut = R"(Exists: Name2 (0x2)
246 verifyAll(ExpectedOut, JSONExpectedOut, PrintFunc);
291 const char *ExpectedOut = R"(ZeroFlag [ (0x0)
509 verifyAll(ExpectedOut, JSONExpectedOut, PrintFunc);
605 std::string ExpectedOut = Twine(
685 verifyAll(ExpectedOut, JSONExpectedOut, PrintFunc);
694 const char *ExpectedOut = R"(True: Yes
702 verifyAll(ExpectedOut, JSONExpectedOut, PrintFunc);
709 const char *ExpectedOut = R"(Version: 123.456.789
711 verifyScopedPrinter(ExpectedOut, PrintFunc);
758 const char *ExpectedOut = R"(EmptyList: []
820 verifyAll(ExpectedOut, JSONExpectedOut, PrintFunc);
830 const char *ExpectedOut = R"(StringSizeList: [1, 2, 3]
832 verifyScopedPrinter(ExpectedOut, PrintFunc);
841 const char *ExpectedOut = R"(HexNumber: 0x10
852 verifyAll(ExpectedOut, JSONExpectedOut, PrintFunc);
860 const char *ExpectedOut = R"(HexList: [0x1, 0x10, 0x100]
870 verifyAll(ExpectedOut, JSONExpectedOut, PrintFunc);
878 const char *ExpectedOut = R"(SymbolOffset: SymbolName+0x10
892 verifyAll(ExpectedOut, JSONExpectedOut, PrintFunc);
907 const char *ExpectedOut = R"(StringRef: Value
923 verifyAll(ExpectedOut, JSONExpectedOut, PrintFunc);
944 const char *ExpectedOut = R"(Binary1: FooBar (46 6F 6F 42 61 72)
1120 verifyAll(ExpectedOut, JSONExpectedOut, PrintFunc);
1126 const char *ExpectedOut = R"(Object: Value
1132 verifyAll(ExpectedOut, JSONExpectedOut, PrintFunc);
1144 const char *ExpectedOut = "| | |";
1145 verifyScopedPrinter(ExpectedOut, PrintFunc);
1151 const char *ExpectedOut = "Test";
1152 verifyScopedPrinter(ExpectedOut, PrintFunc);
1169 const char *ExpectedOut = R"(Object {
1197 verifyAll(ExpectedOut, JSONExpectedOut, PrintFunc);