Classes | |
class | TypeWithoutFormatter |
class | TypeWithoutFormatter< T, kConvertibleToInteger > |
class | TypeWithoutFormatter< T, kProtobuf > |
Enumerations | |
enum | TypeKind { kProtobuf, kConvertibleToInteger, kOtherType } |
Functions | |
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) |
GTEST_API_ void | PrintBytesInObjectTo (const unsigned char *obj_bytes, size_t count, ::std::ostream *os) |
Variables | |
const size_t | kProtobufOneLinerMaxLength = 50 |
::std::basic_ostream<Char, CharTraits>& testing::internal2::operator<< | ( | ::std::basic_ostream< Char, CharTraits > & | os, |
const T & | x | ||
) |
void testing::internal2::PrintBytesInObjectTo | ( | const unsigned char * | obj_bytes, |
size_t | count, | ||
ostream * | os | ||
) |
Definition at line 9123 of file gtest-all.cc.
GTEST_API_ void testing::internal2::PrintBytesInObjectTo | ( | const unsigned char * | obj_bytes, |
size_t | count, | ||
::std::ostream * | os | ||
) |