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

/external/chromium_org/third_party/mesa/src/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/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.h142 static String ShowWideCStringQuoted(const wchar_t* wide_c_str);
H A Dgtest-internal.h269 GTEST_FORMAT_IMPL_(::std::wstring, String::ShowWideCStringQuoted)
276 GTEST_FORMAT_IMPL_(::wstring, String::ShowWideCStringQuoted)
/external/chromium_org/third_party/mesa/src/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/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.cc1523 String String::ShowWideCStringQuoted(const wchar_t* wide_c_str) { function in class:testing::internal::String
1555 String::ShowWideCStringQuoted(expected),
1556 String::ShowWideCStringQuoted(actual),
1572 << String::ShowWideCStringQuoted(s1)
1573 << " vs " << String::ShowWideCStringQuoted(s2);
/external/protobuf/gtest/test/
H A Dgtest_unittest.cc1430 // Tests String::ShowWideCStringQuoted().
1431 TEST(StringTest, ShowWideCStringQuoted) {
1433 String::ShowWideCStringQuoted(NULL).c_str());
1435 String::ShowWideCStringQuoted(L"").c_str());
1437 String::ShowWideCStringQuoted(L"foo").c_str());

Completed in 488 milliseconds