Home
last modified time | relevance | path

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

/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-string.h92 static String ShowCStringQuoted(const char* c_str);
Dgtest-internal.h256 GTEST_FORMAT_IMPL_(::std::string, String::ShowCStringQuoted)
262 GTEST_FORMAT_IMPL_(::string, String::ShowCStringQuoted)
/external/llvm/utils/unittest/googletest/src/
Dgtest.cc827 String String::ShowCStringQuoted(const char* c_str) { in ShowCStringQuoted() function in testing::internal::String
1171 String::ShowCStringQuoted(expected), in CmpHelperSTREQ()
1172 String::ShowCStringQuoted(actual), in CmpHelperSTREQ()
1187 String::ShowCStringQuoted(expected), in CmpHelperSTRCASEEQ()
1188 String::ShowCStringQuoted(actual), in CmpHelperSTRCASEEQ()