Searched refs:ShowCStringQuoted (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-string.h92 static String ShowCStringQuoted(const char* c_str);
H A 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/
H A Dgtest-string.h92 static String ShowCStringQuoted(const char* c_str);
H A Dgtest-internal.h256 GTEST_FORMAT_IMPL_(::std::string, String::ShowCStringQuoted)
262 GTEST_FORMAT_IMPL_(::string, String::ShowCStringQuoted)
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-string.h92 static String ShowCStringQuoted(const char* c_str);
H A Dgtest-internal.h227 GTEST_FORMAT_IMPL_(::std::string, String::ShowCStringQuoted)
233 GTEST_FORMAT_IMPL_(::string, String::ShowCStringQuoted)
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-string.h90 static String ShowCStringQuoted(const char* c_str);
H A Dgtest-internal.h266 GTEST_FORMAT_IMPL_(::std::string, String::ShowCStringQuoted)
273 GTEST_FORMAT_IMPL_(::string, String::ShowCStringQuoted)
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest.cc827 String String::ShowCStringQuoted(const char* c_str) { function in class:testing::internal::String
1171 String::ShowCStringQuoted(expected),
1172 String::ShowCStringQuoted(actual),
1187 String::ShowCStringQuoted(expected),
1188 String::ShowCStringQuoted(actual),
/external/llvm/utils/unittest/googletest/src/
H A Dgtest.cc827 String String::ShowCStringQuoted(const char* c_str) { function in class:testing::internal::String
1171 String::ShowCStringQuoted(expected),
1172 String::ShowCStringQuoted(actual),
1187 String::ShowCStringQuoted(expected),
1188 String::ShowCStringQuoted(actual),
/external/mesa3d/src/gtest/src/
H A Dgtest.cc827 String String::ShowCStringQuoted(const char* c_str) { function in class:testing::internal::String
1171 String::ShowCStringQuoted(expected),
1172 String::ShowCStringQuoted(actual),
1187 String::ShowCStringQuoted(expected),
1188 String::ShowCStringQuoted(actual),
/external/protobuf/gtest/src/
H A Dgtest.cc792 String String::ShowCStringQuoted(const char* c_str) { function in class:testing::internal::String
1152 String::ShowCStringQuoted(expected),
1153 String::ShowCStringQuoted(actual),
1168 String::ShowCStringQuoted(expected),
1169 String::ShowCStringQuoted(actual),
/external/protobuf/gtest/test/
H A Dgtest_unittest.cc1195 // Tests String::ShowCStringQuoted().
1196 TEST(StringTest, ShowCStringQuoted) {
1198 String::ShowCStringQuoted(NULL).c_str());
1200 String::ShowCStringQuoted("").c_str());
1202 String::ShowCStringQuoted("foo").c_str());

Completed in 399 milliseconds