Home
last modified time | relevance | path

Searched defs:FormatForFailureMessage (Results 1 – 3 of 3) sorted by relevance

/external/gtest/include/gtest/
Dgtest.h611 inline String FormatForFailureMessage(const ::std::string& str) { in FormatForFailureMessage() function
617 inline String FormatForFailureMessage(const ::std::wstring& wstr) { in FormatForFailureMessage() function
624 inline String FormatForFailureMessage(const ::string& str) { in FormatForFailureMessage() function
630 inline String FormatForFailureMessage(const ::wstring& wstr) { in FormatForFailureMessage() function
/external/gtest/include/gtest/internal/
Dgtest-internal.h226 inline String FormatForFailureMessage(const T& value) { in FormatForFailureMessage() function
238 inline String FormatForFailureMessage(const T& value) { in FormatForFailureMessage() function
245 inline String FormatForFailureMessage(T* pointer) { in FormatForFailureMessage() function
/external/gtest/src/
Dgtest.cc932 String FormatForFailureMessage(char ch) { in FormatForFailureMessage() function
943 String FormatForFailureMessage(wchar_t wchar) { in FormatForFailureMessage() function