Lines Matching refs:begin_string_quote
1249 const char* const begin_string_quote = is_wide_string ? "L\"" : "\"";1253 << " Actual: " << begin_string_quote << needle << "\"\n"1256 << "Which is: " << begin_string_quote << haystack << "\"");