Home | History | Annotate | Download | only in src

Lines Matching refs:begin_string_quote

1266   const char* const begin_string_quote = is_wide_string ? "L\"" : "\"";
1269 << " Actual: " << begin_string_quote << needle << "\"\n"
1272 << "Which is: " << begin_string_quote << haystack << "\"";