Home
last modified time | relevance | path

Searched refs:ShowWideCStringQuoted (Results 1 – 3 of 3) sorted by relevance

/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-string.h144 static String ShowWideCStringQuoted(const wchar_t* wide_c_str);
Dgtest-internal.h258 GTEST_FORMAT_IMPL_(::std::wstring, String::ShowWideCStringQuoted)
265 GTEST_FORMAT_IMPL_(::wstring, String::ShowWideCStringQuoted)
/external/llvm/utils/unittest/googletest/src/
Dgtest.cc1538 String String::ShowWideCStringQuoted(const wchar_t* wide_c_str) { in ShowWideCStringQuoted() function in testing::internal::String
1570 String::ShowWideCStringQuoted(expected), in CmpHelperSTREQ()
1571 String::ShowWideCStringQuoted(actual), in CmpHelperSTREQ()
1586 << String::ShowWideCStringQuoted(s1) in CmpHelperSTRNE()
1587 << " vs " << String::ShowWideCStringQuoted(s2); in CmpHelperSTRNE()