|
proxygen
|
Classes | |
| class | TypeWithoutFormatter |
| class | TypeWithoutFormatter< T, kConvertibleToInteger > |
| class | TypeWithoutFormatter< T, kProtobuf > |
Functions | |
| GTEST_API_ void | PrintBytesInObjectTo (const unsigned char *obj_bytes, size_t count,::std::ostream *os) |
| template<typename Char , typename CharTraits , typename T > | |
| ::std::basic_ostream< Char, CharTraits > & | operator<< (::std::basic_ostream< Char, CharTraits > &os, const T &x) |
| void | PrintBytesInObjectTo (const unsigned char *obj_bytes, size_t count, ostream *os) |
Variables | |
| const size_t | kProtobufOneLinerMaxLength = 50 |
| Enumerator | |
|---|---|
| kProtobuf | |
| kConvertibleToInteger | |
| kOtherType | |
| kProtobuf | |
| kConvertibleToInteger | |
| kOtherType | |
| kProtobuf | |
| kConvertibleToInteger | |
| kOtherType | |
Definition at line 124 of file gtest-printers.h.
| Enumerator | |
|---|---|
| kProtobuf | |
| kConvertibleToInteger | |
| kOtherType | |
| kProtobuf | |
| kConvertibleToInteger | |
| kOtherType | |
| kProtobuf | |
| kConvertibleToInteger | |
| kOtherType | |
Definition at line 124 of file gtest-printers.h.
| Enumerator | |
|---|---|
| kProtobuf | |
| kConvertibleToInteger | |
| kOtherType | |
| kProtobuf | |
| kConvertibleToInteger | |
| kOtherType | |
| kProtobuf | |
| kConvertibleToInteger | |
| kOtherType | |
Definition at line 124 of file gtest-printers.h.
| ::std::basic_ostream<Char, CharTraits>& testing::internal2::operator<< | ( | ::std::basic_ostream< Char, CharTraits > & | os, |
| const T & | x | ||
| ) |
Definition at line 203 of file gtest-printers.h.
References kConvertibleToInteger, kOtherType, kProtobuf, testing::internal2::TypeWithoutFormatter< T, kTypeKind >::PrintValue(), and T.
Referenced by testing::internal2::TypeWithoutFormatter< T, kConvertibleToInteger >::PrintValue().
| void testing::internal2::PrintBytesInObjectTo | ( | const unsigned char * | obj_bytes, |
| size_t | count, | ||
| ostream * | os | ||
| ) |
Definition at line 114 of file gtest-printers.cc.
| GTEST_API_ void testing::internal2::PrintBytesInObjectTo | ( | const unsigned char * | obj_bytes, |
| size_t | count, | ||
| ::std::ostream * | os | ||
| ) |
| const size_t testing::internal2::kProtobufOneLinerMaxLength = 50 |
Definition at line 148 of file gtest-printers.h.
Referenced by testing::internal2::TypeWithoutFormatter< T, kTypeKind >::PrintValue().