Home
last modified time | relevance | path

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

/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/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/gtest/test/
Dgtest_unittest.cc614 TEST(StringTest, ShowCStringQuoted) { in TEST() argument
616 String::ShowCStringQuoted(NULL).c_str()); in TEST()
618 String::ShowCStringQuoted("").c_str()); in TEST()
620 String::ShowCStringQuoted("foo").c_str()); in TEST()