Searched refs:ShowWideCString (Results 1 – 2 of 2) sorted by relevance
109 static std::string ShowWideCString(const wchar_t* wide_c_str);
973 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