Home
last modified time | relevance | path

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

/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-string.h92 static String ShowCStringQuoted(const char* c_str);
Dgtest-internal.h227 GTEST_FORMAT_IMPL_(::std::string, String::ShowCStringQuoted)
233 GTEST_FORMAT_IMPL_(::string, String::ShowCStringQuoted)
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
Dgtest-string.h92 static String ShowCStringQuoted(const char* c_str);
Dgtest-internal.h227 GTEST_FORMAT_IMPL_(::std::string, String::ShowCStringQuoted)
233 GTEST_FORMAT_IMPL_(::string, String::ShowCStringQuoted)
/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/protobuf/gtest/include/gtest/internal/
Dgtest-string.h92 static String ShowCStringQuoted(const char* c_str);
Dgtest-internal.h261 GTEST_FORMAT_IMPL_(::std::string, String::ShowCStringQuoted)
267 GTEST_FORMAT_IMPL_(::string, String::ShowCStringQuoted)
/external/protobuf/gtest/src/
Dgtest.cc800 String String::ShowCStringQuoted(const char* c_str) { in ShowCStringQuoted() function in testing::internal::String
1190 String::ShowCStringQuoted(expected), in CmpHelperSTREQ()
1191 String::ShowCStringQuoted(actual), in CmpHelperSTREQ()
1206 String::ShowCStringQuoted(expected), in CmpHelperSTRCASEEQ()
1207 String::ShowCStringQuoted(actual), in CmpHelperSTRCASEEQ()
/external/google-breakpad/src/testing/gtest/src/
Dgtest.cc828 String String::ShowCStringQuoted(const char* c_str) { in ShowCStringQuoted() function in testing::internal::String
1172 String::ShowCStringQuoted(expected), in CmpHelperSTREQ()
1173 String::ShowCStringQuoted(actual), in CmpHelperSTREQ()
1188 String::ShowCStringQuoted(expected), in CmpHelperSTRCASEEQ()
1189 String::ShowCStringQuoted(actual), in CmpHelperSTRCASEEQ()
/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()
/external/mesa3d/src/gtest/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()
/external/protobuf/gtest/fused-src/gtest/
Dgtest-all.cc2140 String String::ShowCStringQuoted(const char* c_str) { in ShowCStringQuoted() function in testing::internal::String
2530 String::ShowCStringQuoted(expected), in CmpHelperSTREQ()
2531 String::ShowCStringQuoted(actual), in CmpHelperSTREQ()
2546 String::ShowCStringQuoted(expected), in CmpHelperSTRCASEEQ()
2547 String::ShowCStringQuoted(actual), in CmpHelperSTRCASEEQ()
Dgtest.h2664 static String ShowCStringQuoted(const char* c_str);
6654 GTEST_FORMAT_IMPL_(::std::string, String::ShowCStringQuoted)
6660 GTEST_FORMAT_IMPL_(::string, String::ShowCStringQuoted)
/external/protobuf/gtest/test/
Dgtest_unittest.cc935 TEST(StringTest, ShowCStringQuoted) { in TEST() argument
937 String::ShowCStringQuoted(NULL).c_str()); in TEST()
939 String::ShowCStringQuoted("").c_str()); in TEST()
941 String::ShowCStringQuoted("foo").c_str()); in TEST()
/external/google-breakpad/src/testing/gtest/test/
Dgtest_unittest.cc1069 TEST(StringTest, ShowCStringQuoted) { in TEST() argument
1071 String::ShowCStringQuoted(NULL).c_str()); in TEST()
1073 String::ShowCStringQuoted("").c_str()); in TEST()
1075 String::ShowCStringQuoted("foo").c_str()); in TEST()