Home
last modified time | relevance | path

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

/ndk/sources/third_party/googletest/googletest/test/
Dgtest-printers_test.cc549 const char* const begin_string_quote = is_wide_string ? "L\"" : "\""; in HasPrefix() local
551 << begin_string_quote << prefix << "\" is not a prefix of " in HasPrefix()
552 << begin_string_quote << str << "\"\n"; in HasPrefix()
/ndk/sources/third_party/googletest/googletest/src/
Dgtest.cc1253 const char* const begin_string_quote = is_wide_string ? "L\"" : "\""; in IsSubstringImpl() local
1256 << " Actual: " << begin_string_quote << needle << "\"\n" in IsSubstringImpl()
1259 << "Which is: " << begin_string_quote << haystack << "\""; in IsSubstringImpl()