Home
last modified time | relevance | path

Searched refs:begin_string_quote (Results 1 – 11 of 11) 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/googletest/googletest/test/
Dgoogletest-printers-test.cc545 const char* const begin_string_quote = is_wide_string ? "L\"" : "\""; in HasPrefix() local
547 << begin_string_quote << prefix << "\" is not a prefix of " in HasPrefix()
548 << begin_string_quote << str << "\"\n"; in HasPrefix()
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/
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/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/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/libaom/libaom/third_party/googletest/src/googletest/src/
Dgtest.cc1592 const char* const begin_string_quote = is_wide_string ? "L\"" : "\""; in IsSubstringImpl() local
1595 << " Actual: " << begin_string_quote << needle << "\"\n" in IsSubstringImpl()
1598 << "Which is: " << begin_string_quote << haystack << "\""; in IsSubstringImpl()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/src/
Dgtest.cc1591 const char* const begin_string_quote = is_wide_string ? "L\"" : "\""; in IsSubstringImpl() local
1594 << " Actual: " << begin_string_quote << needle << "\"\n" in IsSubstringImpl()
1597 << "Which is: " << begin_string_quote << haystack << "\""; in IsSubstringImpl()
/external/mesa3d/src/gtest/src/
Dgtest.cc1591 const char* const begin_string_quote = is_wide_string ? "L\"" : "\""; in IsSubstringImpl() local
1594 << " Actual: " << begin_string_quote << needle << "\"\n" in IsSubstringImpl()
1597 << "Which is: " << begin_string_quote << haystack << "\""; in IsSubstringImpl()
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest.cc1636 const char* const begin_string_quote = is_wide_string ? "L\"" : "\""; in IsSubstringImpl() local
1639 << " Actual: " << begin_string_quote << needle << "\"\n" in IsSubstringImpl()
1642 << "Which is: " << begin_string_quote << haystack << "\""; in IsSubstringImpl()
/external/googletest/googletest/src/
Dgtest.cc1609 const char* const begin_string_quote = is_wide_string ? "L\"" : "\""; in IsSubstringImpl() local
1612 << " Actual: " << begin_string_quote << needle << "\"\n" in IsSubstringImpl()
1615 << "Which is: " << begin_string_quote << haystack << "\""; in IsSubstringImpl()
/external/epid-sdk/ext/gtest/
Dgtest-all.cc3039 const char* const begin_string_quote = is_wide_string ? "L\"" : "\""; in IsSubstringImpl() local
3042 << " Actual: " << begin_string_quote << needle << "\"\n" in IsSubstringImpl()
3045 << "Which is: " << begin_string_quote << haystack << "\""; in IsSubstringImpl()