v8toolkit  0.0.1
Utility library for embedding V8 Javascript engine in a c++ program
Classes | Enumerations | Functions | Variables
testing::internal2 Namespace Reference

Classes

class  TypeWithoutFormatter
 
class  TypeWithoutFormatter< T, kConvertibleToInteger >
 
class  TypeWithoutFormatter< T, kProtobuf >
 

Enumerations

enum  TypeKind { kProtobuf, kConvertibleToInteger, kOtherType }
 

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)
 

Variables

const size_t kProtobufOneLinerMaxLength = 50
 

Enumeration Type Documentation

Enumerator
kProtobuf 
kConvertibleToInteger 
kOtherType 

Definition at line 124 of file gtest-printers.h.

Function Documentation

GTEST_API_ void testing::internal2::PrintBytesInObjectTo ( const unsigned char *  obj_bytes,
size_t  count,
::std::ostream *  os 
)

Referenced by testing::internal2::TypeWithoutFormatter< T, kTypeKind >::PrintValue().

Here is the caller graph for this function:

template<typename Char , typename CharTraits , typename T >
::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, and testing::internal2::TypeWithoutFormatter< T, kTypeKind >::PrintValue().

Here is the call graph for this function:

Variable Documentation

const size_t testing::internal2::kProtobufOneLinerMaxLength = 50

Definition at line 148 of file gtest-printers.h.