Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
Dgtest-all.cc2403 Message& Message::operator <<(const wchar_t* wide_c_str) { in operator <<() argument
2404 return *this << internal::String::ShowWideCString(wide_c_str); in operator <<()
2406 Message& Message::operator <<(wchar_t* wide_c_str) { in operator <<() argument
2407 return *this << internal::String::ShowWideCString(wide_c_str); in operator <<()
3009 std::string String::ShowWideCString(const wchar_t * wide_c_str) { in ShowWideCString() argument
3010 if (wide_c_str == NULL) return "(null)"; in ShowWideCString()
3012 return internal::WideStringToUtf8(wide_c_str, -1); in ShowWideCString()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
Dgtest.h3249 Message& operator <<(const wchar_t* wide_c_str);
3250 Message& operator <<(wchar_t* wide_c_str);
3429 static std::string ShowWideCString(const wchar_t* wide_c_str);