Searched refs:ContainsMapKey (Results 1 – 8 of 8) sorted by relevance
/third_party/protobuf/src/google/protobuf/ |
D | map_test_util.h | 973 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 …]
|
D | map_field.h | 299 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;
|
D | map_field_test.cc | 75 bool ContainsMapKey(const MapKey& map_key) const override { return false; } in ContainsMapKey() function in google::protobuf::internal::MapFieldBaseStub
|
D | map_field_inl.h | 211 default_enum_value>::ContainsMapKey(const MapKey& map_key) const { in ContainsMapKey() function
|
D | map_field.cc | 192 bool DynamicMapField::ContainsMapKey(const MapKey& map_key) const { in ContainsMapKey() function in google::protobuf::internal::DynamicMapField
|
D | message.h | 972 bool ContainsMapKey(const Message& message, const FieldDescriptor* field,
|
D | generated_message_reflection.cc | 1817 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/ |
D | map_container.cc | 367 if (reflection->ContainsMapKey(*message, self->parent_field_descriptor, in Contains() 677 if (reflection->ContainsMapKey(*message, self->parent_field_descriptor, in MessageMapSetItem()
|