Searched refs:begin_string_quote (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/googletest/googletest/test/
H A Dgtest-printers_test.cc547 const char* const begin_string_quote = is_wide_string ? "L\"" : "\""; local
549 << begin_string_quote << prefix << "\" is not a prefix of "
550 << begin_string_quote << str << "\"\n";
/gem5/ext/googletest/googletest/src/
H A Dgtest.cc1591 const char* const begin_string_quote = is_wide_string ? "L\"" : "\""; local
1594 << " Actual: " << begin_string_quote << needle << "\"\n"
1597 << "Which is: " << begin_string_quote << haystack << "\"";

Completed in 29 milliseconds