Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/
Dmap_test_util.h973 reflection->ContainsMapKey(message, F("map_int32_int32"), map_key)); in ExpectMapFieldsSetViaReflection()
992 reflection->ContainsMapKey(message, F("map_int64_int64"), map_key)); in ExpectMapFieldsSetViaReflection()
1011 reflection->ContainsMapKey(message, F("map_uint32_uint32"), map_key)); in ExpectMapFieldsSetViaReflection()
1029 reflection->ContainsMapKey(message, F("map_uint64_uint64"), map_key)); in ExpectMapFieldsSetViaReflection()
1046 EXPECT_EQ(true, reflection->ContainsMapKey( in ExpectMapFieldsSetViaReflection()
1064 EXPECT_EQ(true, reflection->ContainsMapKey( in ExpectMapFieldsSetViaReflection()
1082 EXPECT_EQ(true, reflection->ContainsMapKey( in ExpectMapFieldsSetViaReflection()
1100 EXPECT_EQ(true, reflection->ContainsMapKey( in ExpectMapFieldsSetViaReflection()
1118 EXPECT_EQ(true, reflection->ContainsMapKey( in ExpectMapFieldsSetViaReflection()
1136 EXPECT_EQ(true, reflection->ContainsMapKey( in ExpectMapFieldsSetViaReflection()
[all …]
Dmap_field.h299 virtual bool ContainsMapKey(const MapKey& map_key) const = 0;
459 bool ContainsMapKey(const MapKey& map_key) const override;
555 bool ContainsMapKey(const MapKey& map_key) const override;
Dmap_field_test.cc75 bool ContainsMapKey(const MapKey& map_key) const override { return false; } in ContainsMapKey() function in google::protobuf::internal::MapFieldBaseStub
Dmap_field_inl.h211 default_enum_value>::ContainsMapKey(const MapKey& map_key) const { in ContainsMapKey() function
Dmap_field.cc192 bool DynamicMapField::ContainsMapKey(const MapKey& map_key) const { in ContainsMapKey() function in google::protobuf::internal::DynamicMapField
Dmessage.h972 bool ContainsMapKey(const Message& message, const FieldDescriptor* field,
Dgenerated_message_reflection.cc1817 bool Reflection::ContainsMapKey(const Message& message, in ContainsMapKey() function in google::protobuf::Reflection
1822 return GetRaw<MapFieldBase>(message, field).ContainsMapKey(key); in ContainsMapKey()
/third_party/protobuf/python/google/protobuf/pyext/
Dmap_container.cc367 if (reflection->ContainsMapKey(*message, self->parent_field_descriptor, in Contains()
677 if (reflection->ContainsMapKey(*message, self->parent_field_descriptor, in MessageMapSetItem()