Searched refs:begin_string_quote (Results 1 – 11 of 11) 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()
545 const char* const begin_string_quote = is_wide_string ? "L\"" : "\""; in HasPrefix() local547 << begin_string_quote << prefix << "\" is not a prefix of " in HasPrefix()548 << begin_string_quote << str << "\"\n"; in HasPrefix()
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()
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()
1592 const char* const begin_string_quote = is_wide_string ? "L\"" : "\""; in IsSubstringImpl() local1595 << " Actual: " << begin_string_quote << needle << "\"\n" in IsSubstringImpl()1598 << "Which is: " << begin_string_quote << haystack << "\""; in IsSubstringImpl()
1591 const char* const begin_string_quote = is_wide_string ? "L\"" : "\""; in IsSubstringImpl() local1594 << " Actual: " << begin_string_quote << needle << "\"\n" in IsSubstringImpl()1597 << "Which is: " << begin_string_quote << haystack << "\""; in IsSubstringImpl()
1636 const char* const begin_string_quote = is_wide_string ? "L\"" : "\""; in IsSubstringImpl() local1639 << " Actual: " << begin_string_quote << needle << "\"\n" in IsSubstringImpl()1642 << "Which is: " << begin_string_quote << haystack << "\""; in IsSubstringImpl()
1609 const char* const begin_string_quote = is_wide_string ? "L\"" : "\""; in IsSubstringImpl() local1612 << " Actual: " << begin_string_quote << needle << "\"\n" in IsSubstringImpl()1615 << "Which is: " << begin_string_quote << haystack << "\""; in IsSubstringImpl()
3039 const char* const begin_string_quote = is_wide_string ? "L\"" : "\""; in IsSubstringImpl() local3042 << " Actual: " << begin_string_quote << needle << "\"\n" in IsSubstringImpl()3045 << "Which is: " << begin_string_quote << haystack << "\""; in IsSubstringImpl()