Home | History | Annotate | Download | only in src

Lines Matching refs:begin_string_quote

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