webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Protected Member Functions | Protected Attributes | List of all members
google::protobuf.internal::MapImplTest Class Reference
Inheritance diagram for google::protobuf.internal::MapImplTest:

Protected Member Functions

 MapImplTest ()
 
 ~MapImplTest ()
 
void ExpectSingleElement (int32 key, int32 value)
 
void ExpectElements (const std::map< int32, int32 > &map)
 
void ExpectElement (int32 key, int32 value)
 

Protected Attributes

google::protobuf::scoped_ptr< Map< int32, int32 > > map_ptr_
 
Map< int32, int32 > & map_
 
const Map< int32, int32 > & const_map_
 

Constructor & Destructor Documentation

◆ MapImplTest()

google::protobuf.internal::MapImplTest::MapImplTest ( )
inlineprotected

◆ ~MapImplTest()

google::protobuf.internal::MapImplTest::~MapImplTest ( )
inlineprotected

Member Function Documentation

◆ ExpectElement()

void google::protobuf.internal::MapImplTest::ExpectElement ( int32  key,
int32  value 
)
inlineprotected

◆ ExpectElements()

void google::protobuf.internal::MapImplTest::ExpectElements ( const std::map< int32, int32 > &  map)
inlineprotected

◆ ExpectSingleElement()

void google::protobuf.internal::MapImplTest::ExpectSingleElement ( int32  key,
int32  value 
)
inlineprotected

Member Data Documentation

◆ const_map_

const Map<int32, int32>& google::protobuf.internal::MapImplTest::const_map_
protected

◆ map_

Map<int32, int32>& google::protobuf.internal::MapImplTest::map_
protected

◆ map_ptr_

google::protobuf::scoped_ptr<Map<int32, int32> > google::protobuf.internal::MapImplTest::map_ptr_
protected

The documentation for this class was generated from the following file: