Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gtest/src/
Dgtest-printers.cc269 const char* const kQuoteBegin = sizeof(CharType) == 1 ? "\"" : "L\""; in PrintCharsAsStringTo() local
270 *os << kQuoteBegin; in PrintCharsAsStringTo()
279 *os << "\" " << kQuoteBegin; in PrintCharsAsStringTo()