Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/unittest/googletest/src/
H A Dgtest.cc1596 const char* const begin_string_quote = is_wide_string ? "L\"" : "\""; in IsSubstringImpl() local
1599 << " Actual: " << begin_string_quote << needle << "\"\n" in IsSubstringImpl()
1602 << "Which is: " << begin_string_quote << haystack << "\""; in IsSubstringImpl()