Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/
Dmap_field.h306 virtual bool DeleteMapValue(const MapKey& map_key) = 0;
461 bool DeleteMapValue(const MapKey& map_key) override;
557 bool DeleteMapValue(const MapKey& map_key) override;
Dmap_field_test.cc80 bool DeleteMapValue(const MapKey& map_key) override { return false; } in DeleteMapValue() function in google::protobuf::internal::MapFieldBaseStub
Dmap_field_inl.h243 default_enum_value>::DeleteMapValue(const MapKey& map_key) { in DeleteMapValue() function
Dmap_field.cc248 bool DynamicMapField::DeleteMapValue(const MapKey& map_key) { in DeleteMapValue() function in google::protobuf::internal::DynamicMapField
Dmessage.h983 bool DeleteMapValue(Message* message, const FieldDescriptor* field,
Dgenerated_message_reflection.cc1836 bool Reflection::DeleteMapValue(Message* message, const FieldDescriptor* field, in DeleteMapValue() function in google::protobuf::Reflection
1840 return MutableRaw<MapFieldBase>(message, field)->DeleteMapValue(key); in DeleteMapValue()
/third_party/protobuf/python/google/protobuf/pyext/
Dmap_container.cc448 if (reflection->DeleteMapValue(message, self->parent_field_descriptor, in ScalarMapSetItem()
694 reflection->DeleteMapValue(message, self->parent_field_descriptor, in MessageMapSetItem()