Home
last modified time | relevance | path

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

/external/google-breakpad/src/testing/gtest/test/
Dgtest-printers_test.cc543 const char* const begin_string_quote = is_wide_string ? "L\"" : "\""; in HasPrefix() local
545 << begin_string_quote << prefix << "\" is not a prefix of " in HasPrefix()
546 << begin_string_quote << str << "\"\n"; in HasPrefix()
/external/gtest/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()
/external/google-breakpad/src/testing/gtest/src/
Dgtest.cc1266 const char* const begin_string_quote = is_wide_string ? "L\"" : "\""; in IsSubstringImpl() local
1269 << " Actual: " << begin_string_quote << needle << "\"\n" in IsSubstringImpl()
1272 << "Which is: " << begin_string_quote << haystack << "\""; in IsSubstringImpl()
/external/protobuf/gtest/src/
Dgtest.cc1287 const char* const begin_string_quote = is_wide_string ? "L\"" : "\""; in IsSubstringImpl() local
1291 << " Actual: " << begin_string_quote << needle << "\"\n" in IsSubstringImpl()
1294 << "Which is: " << begin_string_quote << haystack << "\""); in IsSubstringImpl()
/external/llvm/utils/unittest/googletest/src/
Dgtest.cc1265 const char* const begin_string_quote = is_wide_string ? "L\"" : "\""; in IsSubstringImpl() local
1268 << " Actual: " << begin_string_quote << needle << "\"\n" in IsSubstringImpl()
1271 << "Which is: " << begin_string_quote << haystack << "\""; in IsSubstringImpl()
/external/mesa3d/src/gtest/src/
Dgtest.cc1265 const char* const begin_string_quote = is_wide_string ? "L\"" : "\""; in IsSubstringImpl() local
1268 << " Actual: " << begin_string_quote << needle << "\"\n" in IsSubstringImpl()
1271 << "Which is: " << begin_string_quote << haystack << "\""; in IsSubstringImpl()
/external/gtest/src/
Dgtest.cc1268 const char* const begin_string_quote = is_wide_string ? "L\"" : "\""; in IsSubstringImpl() local
1271 << " Actual: " << begin_string_quote << needle << "\"\n" in IsSubstringImpl()
1274 << "Which is: " << begin_string_quote << haystack << "\""; in IsSubstringImpl()
/external/protobuf/gtest/fused-src/gtest/
Dgtest-all.cc2627 const char* const begin_string_quote = is_wide_string ? "L\"" : "\""; in IsSubstringImpl() local
2631 << " Actual: " << begin_string_quote << needle << "\"\n" in IsSubstringImpl()
2634 << "Which is: " << begin_string_quote << haystack << "\""); in IsSubstringImpl()
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest-all.cc2752 const char* const begin_string_quote = is_wide_string ? "L\"" : "\""; in IsSubstringImpl() local
2755 << " Actual: " << begin_string_quote << needle << "\"\n" in IsSubstringImpl()
2758 << "Which is: " << begin_string_quote << haystack << "\""; in IsSubstringImpl()