webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Friends | List of all members
google::protobuf::MapValueRef Class Reference

#include <map.h>

Public Member Functions

 MapValueRef ()
 
void SetInt64Value (int64 value)
 
void SetUInt64Value (uint64 value)
 
void SetInt32Value (int32 value)
 
void SetUInt32Value (uint32 value)
 
void SetBoolValue (bool value)
 
void SetEnumValue (int value)
 
void SetStringValue (const string &value)
 
void SetFloatValue (float value)
 
void SetDoubleValue (double value)
 
int64 GetInt64Value () const
 
uint64 GetUInt64Value () const
 
int32 GetInt32Value () const
 
uint32 GetUInt32Value () const
 
bool GetBoolValue () const
 
int GetEnumValue () const
 
const stringGetStringValue () const
 
float GetFloatValue () const
 
double GetDoubleValue () const
 
const MessageGetMessageValue () const
 
MessageMutableMessageValue ()
 

Friends

template<typename K , typename V , internal::WireFormatLite::FieldType key_wire_type, internal::WireFormatLite::FieldType value_wire_type, int default_enum_value>
class internal::MapField
 
template<typename K , typename V >
class internal::TypeDefinedMapFieldBase
 
class MapIterator
 
class internal::GeneratedMessageReflection
 
class internal::DynamicMapField
 

Constructor & Destructor Documentation

◆ MapValueRef()

google::protobuf::MapValueRef::MapValueRef ( )
inline

Member Function Documentation

◆ GetBoolValue()

bool google::protobuf::MapValueRef::GetBoolValue ( ) const
inline

◆ GetDoubleValue()

double google::protobuf::MapValueRef::GetDoubleValue ( ) const
inline

◆ GetEnumValue()

int google::protobuf::MapValueRef::GetEnumValue ( ) const
inline

◆ GetFloatValue()

float google::protobuf::MapValueRef::GetFloatValue ( ) const
inline

◆ GetInt32Value()

int32 google::protobuf::MapValueRef::GetInt32Value ( ) const
inline

◆ GetInt64Value()

int64 google::protobuf::MapValueRef::GetInt64Value ( ) const
inline

◆ GetMessageValue()

const Message& google::protobuf::MapValueRef::GetMessageValue ( ) const
inline

◆ GetStringValue()

const string& google::protobuf::MapValueRef::GetStringValue ( ) const
inline

◆ GetUInt32Value()

uint32 google::protobuf::MapValueRef::GetUInt32Value ( ) const
inline

◆ GetUInt64Value()

uint64 google::protobuf::MapValueRef::GetUInt64Value ( ) const
inline

◆ MutableMessageValue()

Message* google::protobuf::MapValueRef::MutableMessageValue ( )
inline

◆ SetBoolValue()

void google::protobuf::MapValueRef::SetBoolValue ( bool  value)
inline

◆ SetDoubleValue()

void google::protobuf::MapValueRef::SetDoubleValue ( double  value)
inline

◆ SetEnumValue()

void google::protobuf::MapValueRef::SetEnumValue ( int  value)
inline

◆ SetFloatValue()

void google::protobuf::MapValueRef::SetFloatValue ( float  value)
inline

◆ SetInt32Value()

void google::protobuf::MapValueRef::SetInt32Value ( int32  value)
inline

◆ SetInt64Value()

void google::protobuf::MapValueRef::SetInt64Value ( int64  value)
inline

◆ SetStringValue()

void google::protobuf::MapValueRef::SetStringValue ( const string value)
inline

◆ SetUInt32Value()

void google::protobuf::MapValueRef::SetUInt32Value ( uint32  value)
inline

◆ SetUInt64Value()

void google::protobuf::MapValueRef::SetUInt64Value ( uint64  value)
inline

Friends And Related Function Documentation

◆ internal::DynamicMapField

◆ internal::GeneratedMessageReflection

◆ internal::MapField

template<typename K , typename V , internal::WireFormatLite::FieldType key_wire_type, internal::WireFormatLite::FieldType value_wire_type, int default_enum_value>
friend class internal::MapField
friend

◆ internal::TypeDefinedMapFieldBase

template<typename K , typename V >
friend class internal::TypeDefinedMapFieldBase
friend

◆ MapIterator

friend class MapIterator
friend

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