Searched refs:begin_string_quote (Results 1 – 9 of 9) sorted by relevance
543 const char* const begin_string_quote = is_wide_string ? "L\"" : "\""; in HasPrefix() local545 << begin_string_quote << prefix << "\" is not a prefix of " in HasPrefix()546 << begin_string_quote << str << "\"\n"; in HasPrefix()
549 const char* const begin_string_quote = is_wide_string ? "L\"" : "\""; in HasPrefix() local551 << begin_string_quote << prefix << "\" is not a prefix of " in HasPrefix()552 << begin_string_quote << str << "\"\n"; in HasPrefix()
1266 const char* const begin_string_quote = is_wide_string ? "L\"" : "\""; in IsSubstringImpl() local1269 << " Actual: " << begin_string_quote << needle << "\"\n" in IsSubstringImpl()1272 << "Which is: " << begin_string_quote << haystack << "\""; in IsSubstringImpl()
1287 const char* const begin_string_quote = is_wide_string ? "L\"" : "\""; in IsSubstringImpl() local1291 << " Actual: " << begin_string_quote << needle << "\"\n" in IsSubstringImpl()1294 << "Which is: " << begin_string_quote << haystack << "\""); in IsSubstringImpl()
1265 const char* const begin_string_quote = is_wide_string ? "L\"" : "\""; in IsSubstringImpl() local1268 << " Actual: " << begin_string_quote << needle << "\"\n" in IsSubstringImpl()1271 << "Which is: " << begin_string_quote << haystack << "\""; in IsSubstringImpl()
1268 const char* const begin_string_quote = is_wide_string ? "L\"" : "\""; in IsSubstringImpl() local1271 << " Actual: " << begin_string_quote << needle << "\"\n" in IsSubstringImpl()1274 << "Which is: " << begin_string_quote << haystack << "\""; in IsSubstringImpl()
2627 const char* const begin_string_quote = is_wide_string ? "L\"" : "\""; in IsSubstringImpl() local2631 << " Actual: " << begin_string_quote << needle << "\"\n" in IsSubstringImpl()2634 << "Which is: " << begin_string_quote << haystack << "\""); in IsSubstringImpl()
2752 const char* const begin_string_quote = is_wide_string ? "L\"" : "\""; in IsSubstringImpl() local2755 << " Actual: " << begin_string_quote << needle << "\"\n" in IsSubstringImpl()2758 << "Which is: " << begin_string_quote << haystack << "\""; in IsSubstringImpl()