Home | History | Annotate | Download | only in gtest

Lines Matching refs:begin_string_quote

2752   const char* const begin_string_quote = is_wide_string ? "L\"" : "\"";
2755 << " Actual: " << begin_string_quote << needle << "\"\n"
2758 << "Which is: " << begin_string_quote << haystack << "\"";