Home
last modified time | relevance | path

Searched refs:ExpectString (Results 1 – 2 of 2) sorted by relevance

/external/clang/unittests/AST/
DMatchVerifier.h290 ExpectString = Str; in expectString()
300 if (Print.str() != ExpectString) { in verify()
303 Msg << "Expected pretty print <" << ExpectString << ">, found <" in verify()
310 std::string ExpectString;
/external/libchrome/mojo/public/cpp/bindings/tests/
Dwtf_types_unittest.cc85 void ExpectString(const WTF::String& expected_string, in ExpectString() function
207 base::Bind(&ExpectString, strs[i], loop.QuitClosure())); in TEST_F()