|
constexpr | MyMapField () |
|
const char * | _InternalParse (const char *ptr, ParseContext *ctx) |
|
const char * | _InternalParse (const char *ptr, ParseContext *ctx) |
|
void | Clear () override |
|
void | Clear () override |
|
bool | ContainsMapKey (const MapKey &map_key) const override |
|
bool | ContainsMapKey (const MapKey &map_key) const override |
|
bool | DeleteMapValue (const MapKey &map_key) override |
|
bool | DeleteMapValue (const MapKey &map_key) override |
|
const Map< int32, int32 > & | GetMap () const override |
|
const Map< int32, int32 > & | GetMap () const override |
|
bool | InsertOrLookupMapValue (const MapKey &map_key, MapValueRef *val) override |
|
bool | InsertOrLookupMapValue (const MapKey &map_key, MapValueRef *val) override |
|
void | InternalSwap (MapField *other) |
|
bool | LookupMapValue (const MapKey &, MapValueRef *) const=delete |
|
bool | LookupMapValue (const MapKey &map_key, MapValueConstRef *val) const override |
|
| MapField () |
|
| MapField () |
|
| MapField (Arena *arena) |
|
| MapField (Arena *arena) |
|
constexpr | MapField (ConstantInitialized tag) |
|
void | MergeFrom (const MapFieldBase &other) override |
|
void | MergeFrom (const MapFieldBase &other) override |
|
Map< int32, int32 > * | MutableMap () override |
|
Map< int32, int32 > * | MutableMap () override |
|
EntryType * | NewEntry () const |
|
EntryType * | NewEntry () const |
|
EntryType * | NewEntryWrapper (const int32 &key, const int32 &t) const |
|
EntryType * | NewEntryWrapper (const int32 &key, const int32 &t) const |
|
EntryType * | NewEnumEntryWrapper (const int32 &key, const int32 t) const |
|
EntryType * | NewEnumEntryWrapper (const int32 &key, const int32 t) const |
|
const char * | ParseWithEnumValidation (const char *ptr, ParseContext *ctx, bool(*is_valid)(int), uint32 field_num, Metadata *metadata) |
|
const char * | ParseWithEnumValidation (const char *ptr, ParseContext *ctx, bool(*is_valid)(int), uint32_t field_num, InternalMetadata *metadata) |
|
int | size () const override |
|
int | size () const override |
|
void | Swap (MapFieldBase *other) override |
|
void | Swap (MapFieldBase *other) override |
|
void | UnsafeShallowSwap (MapFieldBase *other) override |
|