class MapValueRef

Defined at line 773 of file ../../third_party/protobuf/src/src/google/protobuf/map_field.h

MapValueRef points to a map value. Users are able to modify

the map value.

Public Methods

void MapValueRef ()

Defined at line 775 of file ../../third_party/protobuf/src/src/google/protobuf/map_field.h

void SetInt64Value (int64_t value)

Defined at line 777 of file ../../third_party/protobuf/src/src/google/protobuf/map_field.h

void SetUInt64Value (uint64_t value)

Defined at line 781 of file ../../third_party/protobuf/src/src/google/protobuf/map_field.h

void SetInt32Value (int32_t value)

Defined at line 785 of file ../../third_party/protobuf/src/src/google/protobuf/map_field.h

void SetUInt32Value (uint32_t value)

Defined at line 789 of file ../../third_party/protobuf/src/src/google/protobuf/map_field.h

void SetBoolValue (bool value)

Defined at line 793 of file ../../third_party/protobuf/src/src/google/protobuf/map_field.h

void SetEnumValue (int value)

TODO - Checks that enum is member.

Defined at line 798 of file ../../third_party/protobuf/src/src/google/protobuf/map_field.h

void SetStringValue (absl::string_view value)

Defined at line 802 of file ../../third_party/protobuf/src/src/google/protobuf/map_field.h

void SetFloatValue (float value)

Defined at line 806 of file ../../third_party/protobuf/src/src/google/protobuf/map_field.h

void SetDoubleValue (double value)

Defined at line 810 of file ../../third_party/protobuf/src/src/google/protobuf/map_field.h

Message * MutableMessageValue ()

Defined at line 815 of file ../../third_party/protobuf/src/src/google/protobuf/map_field.h