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

/external/chromium/testing/gtest/test/
H A Dgtest-printers_test.cc542 const char* const begin_string_quote = is_wide_string ? "L\"" : "\""; local
544 << begin_string_quote << prefix << "\" is not a prefix of "
545 << begin_string_quote << str << "\"\n";
/external/gtest/test/
H A Dgtest-printers_test.cc542 const char* const begin_string_quote = is_wide_string ? "L\"" : "\""; local
544 << begin_string_quote << prefix << "\" is not a prefix of "
545 << begin_string_quote << str << "\"\n";
/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest.cc1125 const char* const begin_string_quote = is_wide_string ? "L\"" : "\""; local
1129 << " Actual: " << begin_string_quote << needle << "\"\n"
1132 << "Which is: " << begin_string_quote << haystack << "\"");
/external/chromium/testing/gtest/src/
H A Dgtest.cc1265 const char* const begin_string_quote = is_wide_string ? "L\"" : "\""; local
1268 << " Actual: " << begin_string_quote << needle << "\"\n"
1271 << "Which is: " << begin_string_quote << haystack << "\"";
/external/gtest/src/
H A Dgtest.cc1265 const char* const begin_string_quote = is_wide_string ? "L\"" : "\""; local
1268 << " Actual: " << begin_string_quote << needle << "\"\n"
1271 << "Which is: " << begin_string_quote << haystack << "\"";
/external/llvm/utils/unittest/googletest/
H A Dgtest.cc1265 const char* const begin_string_quote = is_wide_string ? "L\"" : "\""; local
1268 << " Actual: " << begin_string_quote << needle << "\"\n"
1271 << "Which is: " << begin_string_quote << haystack << "\"";
/external/protobuf/gtest/src/
H A Dgtest.cc1249 const char* const begin_string_quote = is_wide_string ? "L\"" : "\""; local
1253 << " Actual: " << begin_string_quote << needle << "\"\n"
1256 << "Which is: " << begin_string_quote << haystack << "\"");

Completed in 146 milliseconds