Home
last modified time | relevance | path

Searched refs:ShowWideCString (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-string.h113 static std::string ShowWideCString(const wchar_t* wide_c_str);
/llvm-project-15.0.7/llvm/utils/unittest/googletest/src/
H A Dgtest.cc973 return *this << internal::String::ShowWideCString(wide_c_str); in operator <<()
976 return *this << internal::String::ShowWideCString(wide_c_str); in operator <<()
1856 std::string String::ShowWideCString(const wchar_t * wide_c_str) { in ShowWideCString() function in testing::internal::String