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

/external/chromium_org/testing/gtest/src/
H A Dgtest-printers.cc264 const char* const kQuoteBegin = sizeof(CharType) == 1 ? "\"" : "L\""; local
265 *os << kQuoteBegin; local
273 *os << "\" " << kQuoteBegin; local
/external/gtest/src/
H A Dgtest-printers.cc257 const char* const kQuoteBegin = sizeof(CharType) == 1 ? "\"" : "L\""; local
258 *os << kQuoteBegin; local
266 *os << "\" " << kQuoteBegin; local
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc9268 const char* const kQuoteBegin = sizeof(CharType) == 1 ? "\"" : "L\"";
9269 *os << kQuoteBegin;
9277 *os << "\" " << kQuoteBegin;
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc9270 const char* const kQuoteBegin = sizeof(CharType) == 1 ? "\"" : "L\"";
9271 *os << kQuoteBegin;
9279 *os << "\" " << kQuoteBegin;

Completed in 9371 milliseconds