Searched refs:ShowCStringQuoted (Results 1 – 4 of 4) sorted by relevance
103 static String ShowCStringQuoted(const char* c_str);
271 GTEST_FORMAT_IMPL_(::std::string, String::ShowCStringQuoted)278 GTEST_FORMAT_IMPL_(::string, String::ShowCStringQuoted)
796 String String::ShowCStringQuoted(const char* c_str) { in ShowCStringQuoted() function in testing::internal::String1165 String::ShowCStringQuoted(expected), in CmpHelperSTREQ()1166 String::ShowCStringQuoted(actual), in CmpHelperSTREQ()1181 String::ShowCStringQuoted(expected), in CmpHelperSTRCASEEQ()1182 String::ShowCStringQuoted(actual), in CmpHelperSTRCASEEQ()
614 TEST(StringTest, ShowCStringQuoted) { in TEST() argument616 String::ShowCStringQuoted(NULL).c_str()); in TEST()618 String::ShowCStringQuoted("").c_str()); in TEST()620 String::ShowCStringQuoted("foo").c_str()); in TEST()