Searched refs:FormatForFailureMessage (Results 1 – 5 of 5) sorted by relevance
217 inline String FormatForFailureMessage(const T& value) { in FormatForFailureMessage() function229 inline String FormatForFailureMessage(const T& value) { in FormatForFailureMessage() function236 inline String FormatForFailureMessage(T* pointer) { in FormatForFailureMessage() function243 GTEST_API_ String FormatForFailureMessage(char ch);244 GTEST_API_ String FormatForFailureMessage(wchar_t wchar);
1210 GTEST_API_ inline String FormatForFailureMessage(const ::std::string& str) { in FormatForFailureMessage() function1215 GTEST_API_ inline String FormatForFailureMessage(const ::std::wstring& wstr) { in FormatForFailureMessage() function1222 GTEST_API_ inline String FormatForFailureMessage(const ::string& str) { in FormatForFailureMessage() function1228 GTEST_API_ inline String FormatForFailureMessage(const ::wstring& wstr) { in FormatForFailureMessage() function1248 return FormatForFailureMessage(value); in FormatForComparisonFailureMessage()
927 String FormatForFailureMessage(char ch) { in FormatForFailureMessage() function938 String FormatForFailureMessage(wchar_t wchar) { in FormatForFailureMessage() function
2267 String FormatForFailureMessage(char ch) { in FormatForFailureMessage() function2278 String FormatForFailureMessage(wchar_t wchar) { in FormatForFailureMessage() function
6610 inline String FormatForFailureMessage(const T& value) {6622 inline String FormatForFailureMessage(const T& value) {6629 inline String FormatForFailureMessage(T* pointer) {6636 GTEST_API_ String FormatForFailureMessage(char ch);6637 GTEST_API_ String FormatForFailureMessage(wchar_t wchar);16798 GTEST_API_ inline String FormatForFailureMessage(const ::std::string& str) {16803 GTEST_API_ inline String FormatForFailureMessage(const ::std::wstring& wstr) {16810 GTEST_API_ inline String FormatForFailureMessage(const ::string& str) {16816 GTEST_API_ inline String FormatForFailureMessage(const ::wstring& wstr) {16836 return FormatForFailureMessage(value);