Searched refs:begin_string_quote (Results 1 – 2 of 2) sorted by relevance
761 const char* const begin_string_quote = is_wide_string ? "L\"" : "\""; in HasPrefix() local763 << begin_string_quote << prefix << "\" is not a prefix of " in HasPrefix()764 << begin_string_quote << str << "\"\n"; in HasPrefix()
1820 const char* const begin_string_quote = is_wide_string ? "L\"" : "\""; in IsSubstringImpl() local1823 << " Actual: " << begin_string_quote << needle << "\"\n" in IsSubstringImpl()1826 << "Which is: " << begin_string_quote << haystack << "\""; in IsSubstringImpl()