Home
last modified time | relevance | path

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

/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc3092 const char* const begin_string_quote = is_wide_string ? "L\"" : "\""; in IsSubstringImpl() local
3095 << " Actual: " << begin_string_quote << needle << "\"\n" in IsSubstringImpl()
3098 << "Which is: " << begin_string_quote << haystack << "\""; in IsSubstringImpl()