Home
last modified time | relevance | path

Searched refs:FormatForFailureMessage (Results 1 – 5 of 5) sorted by relevance

/external/protobuf/gtest/include/gtest/internal/
Dgtest-internal.h217 inline String FormatForFailureMessage(const T& value) { in FormatForFailureMessage() function
229 inline String FormatForFailureMessage(const T& value) { in FormatForFailureMessage() function
236 inline String FormatForFailureMessage(T* pointer) { in FormatForFailureMessage() function
243 GTEST_API_ String FormatForFailureMessage(char ch);
244 GTEST_API_ String FormatForFailureMessage(wchar_t wchar);
/external/protobuf/gtest/include/gtest/
Dgtest.h1210 GTEST_API_ inline String FormatForFailureMessage(const ::std::string& str) { in FormatForFailureMessage() function
1215 GTEST_API_ inline String FormatForFailureMessage(const ::std::wstring& wstr) { in FormatForFailureMessage() function
1222 GTEST_API_ inline String FormatForFailureMessage(const ::string& str) { in FormatForFailureMessage() function
1228 GTEST_API_ inline String FormatForFailureMessage(const ::wstring& wstr) { in FormatForFailureMessage() function
1248 return FormatForFailureMessage(value); in FormatForComparisonFailureMessage()
/external/protobuf/gtest/src/
Dgtest.cc927 String FormatForFailureMessage(char ch) { in FormatForFailureMessage() function
938 String FormatForFailureMessage(wchar_t wchar) { in FormatForFailureMessage() function
/external/protobuf/gtest/fused-src/gtest/
Dgtest-all.cc2267 String FormatForFailureMessage(char ch) { in FormatForFailureMessage() function
2278 String FormatForFailureMessage(wchar_t wchar) { in FormatForFailureMessage() function
Dgtest.h6610 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);