HomeSort by relevance Sort by last modified time
    Searched defs:ExpectString (Results 1 - 2 of 2) sorted by null

  /external/clang/unittests/AST/
MatchVerifier.h 270 void expectString(const std::string &Str) {
271 ExpectString = Str;
281 if (Print.str() != ExpectString) {
284 Msg << "Expected pretty print <" << ExpectString << ">, found <"
291 std::string ExpectString;
  /external/v8/test/cctest/
cctest.h 504 static inline void ExpectString(const char* code, const char* expected) {

Completed in 454 milliseconds