Home
last modified time | relevance | path

Searched refs:DeleteMapValue (Results 1 – 8 of 8) sorted by relevance

/external/protobuf/src/google/protobuf/
Dmap_field.h92 virtual bool DeleteMapValue(const MapKey& map_key) = 0;
256 bool DeleteMapValue(const MapKey& map_key);
307 bool DeleteMapValue(const MapKey& map_key);
Dmap_field_test.cc84 bool DeleteMapValue(const MapKey& map_key) { in DeleteMapValue() function in google::protobuf::internal::MapFieldBaseStub
Dmap_field.cc229 bool DynamicMapField::DeleteMapValue(const MapKey& map_key) { in DeleteMapValue() function in google::protobuf::internal::DynamicMapField
Dmap_field_inl.h288 default_enum_value>::DeleteMapValue( in DeleteMapValue() function
Dgenerated_message_reflection.h274 bool DeleteMapValue(Message* message,
Dmessage.h968 virtual bool DeleteMapValue(Message* /* mesage */, in DeleteMapValue() function
Dgenerated_message_reflection.cc1802 bool GeneratedMessageReflection::DeleteMapValue( in DeleteMapValue() function in google::protobuf::internal::GeneratedMessageReflection
1809 return MutableRaw<MapFieldBase>(message, field)->DeleteMapValue(key); in DeleteMapValue()
/external/protobuf/python/google/protobuf/pyext/
Dmap_container.cc483 if (reflection->DeleteMapValue(message, self->parent_field_descriptor, in ScalarMapSetItem()
712 if (reflection->DeleteMapValue(message, self->parent_field_descriptor, in MessageMapSetItem()