Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-printers-test.cc766 const char* const begin_string_quote = is_wide_string ? "L\"" : "\""; in HasPrefix() local
768 << begin_string_quote << prefix << "\" is not a prefix of " in HasPrefix()
769 << begin_string_quote << str << "\"\n"; in HasPrefix()
/freebsd/contrib/googletest/googletest/src/
H A Dgtest.cc1846 const char* const begin_string_quote = is_wide_string ? "L\"" : "\""; in IsSubstringImpl() local
1849 << " Actual: " << begin_string_quote << needle << "\"\n" in IsSubstringImpl()
1852 << "Which is: " << begin_string_quote << haystack << "\""; in IsSubstringImpl()