/external/mesa3d/src/gtest/include/gtest/internal/ |
D | gtest-string.h | 92 static String ShowCStringQuoted(const char* c_str);
|
D | gtest-internal.h | 227 GTEST_FORMAT_IMPL_(::std::string, String::ShowCStringQuoted) 233 GTEST_FORMAT_IMPL_(::string, String::ShowCStringQuoted)
|
/external/google-breakpad/src/testing/gtest/include/gtest/internal/ |
D | gtest-string.h | 92 static String ShowCStringQuoted(const char* c_str);
|
D | gtest-internal.h | 227 GTEST_FORMAT_IMPL_(::std::string, String::ShowCStringQuoted) 233 GTEST_FORMAT_IMPL_(::string, String::ShowCStringQuoted)
|
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-string.h | 92 static String ShowCStringQuoted(const char* c_str);
|
D | gtest-internal.h | 256 GTEST_FORMAT_IMPL_(::std::string, String::ShowCStringQuoted) 262 GTEST_FORMAT_IMPL_(::string, String::ShowCStringQuoted)
|
/external/protobuf/gtest/include/gtest/internal/ |
D | gtest-string.h | 92 static String ShowCStringQuoted(const char* c_str);
|
D | gtest-internal.h | 261 GTEST_FORMAT_IMPL_(::std::string, String::ShowCStringQuoted) 267 GTEST_FORMAT_IMPL_(::string, String::ShowCStringQuoted)
|
/external/protobuf/gtest/src/ |
D | gtest.cc | 800 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/ |
D | gtest.cc | 828 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/ |
D | gtest.cc | 827 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/ |
D | gtest.cc | 827 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/ |
D | gtest-all.cc | 2140 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()
|
D | gtest.h | 2664 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/ |
D | gtest_unittest.cc | 935 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/ |
D | gtest_unittest.cc | 1069 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()
|