Searched refs:ExpectString (Results 1 - 4 of 4) sorted by relevance

/external/clang/unittests/AST/
H A DMatchVerifier.h271 ExpectString = Str;
281 if (Print.str() != ExpectString) {
284 Msg << "Expected pretty print <" << ExpectString << ">, found <"
291 std::string ExpectString; member in class:clang::ast_matchers::PrintVerifier
/external/v8/test/cctest/
H A Dtest-parsing.cc2788 ExpectString("%FunctionGetInferredName(foo1)", "foo1");
2790 ExpectString("%FunctionGetInferredName(foo2)", "");
2791 ExpectString("not_ctor()", "foo4");
2792 ExpectString("Ctor()", "Ctor.foo5");
2793 ExpectString("%FunctionGetInferredName(obj1.foo6)", "obj1.foo6");
2794 ExpectString("%FunctionGetInferredName(obj2.foo7)", "obj2.foo7");
2795 ExpectString("%FunctionGetInferredName(obj3[1])",
2797 ExpectString("%FunctionGetInferredName(obj4[1])", "");
2798 ExpectString("%FunctionGetInferredName(obj5['foo9'])", "obj5.foo9");
2799 ExpectString("
[all...]
H A Dtest-api.cc2103 ExpectString("child.name", "Alice");
2105 ExpectString("child.name", "Bob");
2107 ExpectString("parent.name", "Alice");
5776 ExpectString("obj1.x", "x");
5782 ExpectString("obj1.x", "x");
5783 ExpectString("obj2.x", "x");
5791 ExpectString("obj1.x", "y");
5792 ExpectString("obj2.x", "x");
5797 ExpectString("obj1.x", "y");
5798 ExpectString("obj
[all...]
H A Dcctest.h438 static inline void ExpectString(const char* code, const char* expected) { function

Completed in 211 milliseconds