Home
last modified time | relevance | path

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

/external/chromium/sdch/open-vcdiff/src/gtest/internal/
Dgtest-internal.h253 GTEST_FORMAT_IMPL(::std::string, String::ShowCStringQuoted)
260 GTEST_FORMAT_IMPL(::string, String::ShowCStringQuoted)
Dgtest-string.h99 static String ShowCStringQuoted(const char* c_str);
/external/gtest/include/gtest/internal/
Dgtest-string.h103 static String ShowCStringQuoted(const char* c_str);
Dgtest-internal.h271 GTEST_FORMAT_IMPL_(::std::string, String::ShowCStringQuoted)
278 GTEST_FORMAT_IMPL_(::string, String::ShowCStringQuoted)
/external/protobuf/gtest/include/gtest/internal/
Dgtest-string.h90 static String ShowCStringQuoted(const char* c_str);
Dgtest-internal.h266 GTEST_FORMAT_IMPL_(::std::string, String::ShowCStringQuoted)
273 GTEST_FORMAT_IMPL_(::string, String::ShowCStringQuoted)
/external/chromium/sdch/open-vcdiff/src/gtest/
Dgtest.cc700 String String::ShowCStringQuoted(const char* c_str) { in ShowCStringQuoted() function in testing::internal::String
1028 String::ShowCStringQuoted(expected), in CmpHelperSTREQ()
1029 String::ShowCStringQuoted(actual), in CmpHelperSTREQ()
1044 String::ShowCStringQuoted(expected), in CmpHelperSTRCASEEQ()
1045 String::ShowCStringQuoted(actual), in CmpHelperSTRCASEEQ()
/external/gtest/src/
Dgtest.cc796 String String::ShowCStringQuoted(const char* c_str) { in ShowCStringQuoted() function in testing::internal::String
1165 String::ShowCStringQuoted(expected), in CmpHelperSTREQ()
1166 String::ShowCStringQuoted(actual), in CmpHelperSTREQ()
1181 String::ShowCStringQuoted(expected), in CmpHelperSTRCASEEQ()
1182 String::ShowCStringQuoted(actual), in CmpHelperSTRCASEEQ()
/external/protobuf/gtest/src/
Dgtest.cc792 String String::ShowCStringQuoted(const char* c_str) { in ShowCStringQuoted() function in testing::internal::String
1152 String::ShowCStringQuoted(expected), in CmpHelperSTREQ()
1153 String::ShowCStringQuoted(actual), in CmpHelperSTREQ()
1168 String::ShowCStringQuoted(expected), in CmpHelperSTRCASEEQ()
1169 String::ShowCStringQuoted(actual), in CmpHelperSTRCASEEQ()
/external/gtest/test/
Dgtest_unittest.cc621 TEST(StringTest, ShowCStringQuoted) { in TEST() argument
623 String::ShowCStringQuoted(NULL).c_str()); in TEST()
625 String::ShowCStringQuoted("").c_str()); in TEST()
627 String::ShowCStringQuoted("foo").c_str()); in TEST()
/external/protobuf/gtest/test/
Dgtest_unittest.cc1196 TEST(StringTest, ShowCStringQuoted) { in TEST() argument
1198 String::ShowCStringQuoted(NULL).c_str()); in TEST()
1200 String::ShowCStringQuoted("").c_str()); in TEST()
1202 String::ShowCStringQuoted("foo").c_str()); in TEST()