Home | History | Annotate | Download | only in gtest

Lines Matching refs:wstr

581 inline String FormatForFailureMessage(const ::std::wstring& wstr) {
582 return (Message() << "L\"" << wstr << '"').GetString();
594 inline String FormatForFailureMessage(const ::wstring& wstr) {
595 return (Message() << "L\"" << wstr << '"').GetString();