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

/external/gtest/src/
H A Dgtest.cc1545 String String::ShowWideCStringQuoted(const wchar_t* wide_c_str) { function in class:testing::internal::String
1577 String::ShowWideCStringQuoted(expected),
1578 String::ShowWideCStringQuoted(actual),
1594 << String::ShowWideCStringQuoted(s1)
1595 << " vs " << String::ShowWideCStringQuoted(s2);

Completed in 28 milliseconds