Lines Matching refs:begin_string_quote
1265 const char* const begin_string_quote = is_wide_string ? "L\"" : "\"";1268 << " Actual: " << begin_string_quote << needle << "\"\n"1271 << "Which is: " << begin_string_quote << haystack << "\"";