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

/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/gtest/src/
H A Dgtest.cc1262 const char* const begin_string_quote = is_wide_string ? "L\"" : "\""; local
1266 << " Actual: " << begin_string_quote << needle << "\"\n"
1269 << "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 90 milliseconds