Searched refs:ShowWideCStringQuoted (Results 1 - 16 of 16) sorted by relevance

/external/google-breakpad/src/testing/gtest/include/gtest/internal/
H A Dgtest-string.h144 static String ShowWideCStringQuoted(const wchar_t* wide_c_str);
H A Dgtest-internal.h229 GTEST_FORMAT_IMPL_(::std::wstring, String::ShowWideCStringQuoted)
236 GTEST_FORMAT_IMPL_(::wstring, String::ShowWideCStringQuoted)
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-string.h144 static String ShowWideCStringQuoted(const wchar_t* wide_c_str);
H A Dgtest-internal.h258 GTEST_FORMAT_IMPL_(::std::wstring, String::ShowWideCStringQuoted)
265 GTEST_FORMAT_IMPL_(::wstring, String::ShowWideCStringQuoted)
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-string.h144 static String ShowWideCStringQuoted(const wchar_t* wide_c_str);
H A Dgtest-internal.h229 GTEST_FORMAT_IMPL_(::std::wstring, String::ShowWideCStringQuoted)
236 GTEST_FORMAT_IMPL_(::wstring, String::ShowWideCStringQuoted)
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-string.h144 static String ShowWideCStringQuoted(const wchar_t* wide_c_str);
H A Dgtest-internal.h263 GTEST_FORMAT_IMPL_(::std::wstring, String::ShowWideCStringQuoted)
270 GTEST_FORMAT_IMPL_(::wstring, String::ShowWideCStringQuoted)
/external/google-breakpad/src/testing/gtest/src/
H A Dgtest.cc1539 String String::ShowWideCStringQuoted(const wchar_t* wide_c_str) { function in class:testing::internal::String
1571 String::ShowWideCStringQuoted(expected),
1572 String::ShowWideCStringQuoted(actual),
1587 << String::ShowWideCStringQuoted(s1)
1588 << " vs " << String::ShowWideCStringQuoted(s2);
/external/llvm/utils/unittest/googletest/src/
H A Dgtest.cc1538 String String::ShowWideCStringQuoted(const wchar_t* wide_c_str) { function in class:testing::internal::String
1570 String::ShowWideCStringQuoted(expected),
1571 String::ShowWideCStringQuoted(actual),
1586 << String::ShowWideCStringQuoted(s1)
1587 << " vs " << String::ShowWideCStringQuoted(s2);
/external/mesa3d/src/gtest/src/
H A Dgtest.cc1538 String String::ShowWideCStringQuoted(const wchar_t* wide_c_str) { function in class:testing::internal::String
1570 String::ShowWideCStringQuoted(expected),
1571 String::ShowWideCStringQuoted(actual),
1586 << String::ShowWideCStringQuoted(s1)
1587 << " vs " << String::ShowWideCStringQuoted(s2);
/external/protobuf/gtest/src/
H A Dgtest.cc1559 String String::ShowWideCStringQuoted(const wchar_t* wide_c_str) { function in class:testing::internal::String
1591 String::ShowWideCStringQuoted(expected),
1592 String::ShowWideCStringQuoted(actual),
1608 << String::ShowWideCStringQuoted(s1)
1609 << " vs " << String::ShowWideCStringQuoted(s2);
/external/protobuf/gtest/test/
H A Dgtest_unittest.cc1173 // Tests String::ShowWideCStringQuoted().
1174 TEST(StringTest, ShowWideCStringQuoted) {
1176 String::ShowWideCStringQuoted(NULL).c_str());
1178 String::ShowWideCStringQuoted(L"").c_str());
1180 String::ShowWideCStringQuoted(L"foo").c_str());
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest-all.cc2899 String String::ShowWideCStringQuoted(const wchar_t* wide_c_str) { function in class:testing::internal::String
2931 String::ShowWideCStringQuoted(expected),
2932 String::ShowWideCStringQuoted(actual),
2948 << String::ShowWideCStringQuoted(s1)
2949 << " vs " << String::ShowWideCStringQuoted(s2);
H A Dgtest.h2716 static String ShowWideCStringQuoted(const wchar_t* wide_c_str);
6656 GTEST_FORMAT_IMPL_(::std::wstring, String::ShowWideCStringQuoted)
6663 GTEST_FORMAT_IMPL_(::wstring, String::ShowWideCStringQuoted)
/external/google-breakpad/src/testing/gtest/test/
H A Dgtest_unittest.cc1308 // Tests String::ShowWideCStringQuoted().
1309 TEST(StringTest, ShowWideCStringQuoted) {
1311 String::ShowWideCStringQuoted(NULL).c_str());
1313 String::ShowWideCStringQuoted(L"").c_str());
1315 String::ShowWideCStringQuoted(L"foo").c_str());

Completed in 447 milliseconds