Home
last modified time | relevance | path

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

/external/libaom/libaom/third_party/googletest/src/googletest/src/
Dgtest-printers.cc264 const char* const kQuoteBegin = sizeof(CharType) == 1 ? "\"" : "L\""; in PrintCharsAsStringTo() local
265 *os << kQuoteBegin; in PrintCharsAsStringTo()
273 *os << "\" " << kQuoteBegin; in PrintCharsAsStringTo()
/external/mesa3d/src/gtest/src/
Dgtest-printers.cc264 const char* const kQuoteBegin = sizeof(CharType) == 1 ? "\"" : "L\""; in PrintCharsAsStringTo() local
265 *os << kQuoteBegin; in PrintCharsAsStringTo()
273 *os << "\" " << kQuoteBegin; in PrintCharsAsStringTo()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/src/
Dgtest-printers.cc264 const char* const kQuoteBegin = sizeof(CharType) == 1 ? "\"" : "L\""; in PrintCharsAsStringTo() local
265 *os << kQuoteBegin; in PrintCharsAsStringTo()
273 *os << "\" " << kQuoteBegin; in PrintCharsAsStringTo()
/external/googletest/googletest/src/
Dgtest-printers.cc266 const char* const kQuoteBegin = sizeof(CharType) == 1 ? "\"" : "L\""; in PrintCharsAsStringTo() local
267 *os << kQuoteBegin; in PrintCharsAsStringTo()
276 *os << "\" " << kQuoteBegin; in PrintCharsAsStringTo()
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest-printers.cc267 const char* const kQuoteBegin = sizeof(CharType) == 1 ? "\"" : "L\""; in PrintCharsAsStringTo() local
268 *os << kQuoteBegin; in PrintCharsAsStringTo()
277 *os << "\" " << kQuoteBegin; in PrintCharsAsStringTo()
/external/epid-sdk/ext/gtest/
Dgtest-all.cc10074 const char* const kQuoteBegin = sizeof(CharType) == 1 ? "\"" : "L\""; in PrintCharsAsStringTo() local
10075 *os << kQuoteBegin; in PrintCharsAsStringTo()
10083 *os << "\" " << kQuoteBegin; in PrintCharsAsStringTo()