Home
last modified time | relevance | path

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

/ndk/sources/third_party/googletest/googletest/src/
Dgtest-printers.cc257 const char* const kQuoteBegin = sizeof(CharType) == 1 ? "\"" : "L\""; in PrintCharsAsStringTo() local
258 *os << kQuoteBegin; in PrintCharsAsStringTo()
266 *os << "\" " << kQuoteBegin; in PrintCharsAsStringTo()