#include <map_field.h>
Definition at line 565 of file map_field.h.
◆ MapValueRef()
google::protobuf::MapValueRef::MapValueRef |
( |
| ) |
|
|
inline |
◆ CopyFrom()
◆ DeleteData()
void google::protobuf::MapValueRef::DeleteData |
( |
| ) |
|
|
inlineprivate |
◆ 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 std::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 std::string & |
value | ) |
|
|
inline |
◆ SetType()
◆ SetUInt32Value()
void google::protobuf::MapValueRef::SetUInt32Value |
( |
uint32 |
value | ) |
|
|
inline |
◆ SetUInt64Value()
void google::protobuf::MapValueRef::SetUInt64Value |
( |
uint64 |
value | ) |
|
|
inline |
◆ SetValue()
void google::protobuf::MapValueRef::SetValue |
( |
const void * |
val | ) |
|
|
inlineprivate |
◆ type()
◆ ::PROTOBUF_NAMESPACE_ID::MapIterator
friend class ::PROTOBUF_NAMESPACE_ID::MapIterator |
|
friend |
◆ internal::DynamicMapField
◆ internal::MapField
template<typename Derived , typename K , typename V , internal::WireFormatLite::FieldType key_wire_type, internal::WireFormatLite::FieldType value_wire_type, int default_enum_value>
◆ internal::TypeDefinedMapFieldBase
template<typename K , typename V >
◆ Reflection
◆ data_
void* google::protobuf::MapValueRef::data_ |
|
private |
◆ type_
int google::protobuf::MapValueRef::type_ |
|
private |
The documentation for this class was generated from the following file: