Searched refs:InsertOrLookupMapValue (Results 1 – 9 of 9) sorted by relevance
/third_party/protobuf/src/google/protobuf/ |
D | map_test_util.h | 502 EXPECT_TRUE(reflection->InsertOrLookupMapValue(message, F("map_int32_int32"), in SetMapFieldsViaMapReflection() 507 EXPECT_TRUE(reflection->InsertOrLookupMapValue(message, F("map_int64_int64"), in SetMapFieldsViaMapReflection() 512 EXPECT_TRUE(reflection->InsertOrLookupMapValue( in SetMapFieldsViaMapReflection() 517 EXPECT_TRUE(reflection->InsertOrLookupMapValue( in SetMapFieldsViaMapReflection() 522 EXPECT_TRUE(reflection->InsertOrLookupMapValue( in SetMapFieldsViaMapReflection() 527 EXPECT_TRUE(reflection->InsertOrLookupMapValue( in SetMapFieldsViaMapReflection() 532 EXPECT_TRUE(reflection->InsertOrLookupMapValue( in SetMapFieldsViaMapReflection() 537 EXPECT_TRUE(reflection->InsertOrLookupMapValue( in SetMapFieldsViaMapReflection() 542 EXPECT_TRUE(reflection->InsertOrLookupMapValue( in SetMapFieldsViaMapReflection() 547 EXPECT_TRUE(reflection->InsertOrLookupMapValue( in SetMapFieldsViaMapReflection() [all …]
|
D | map_field.h | 300 virtual bool InsertOrLookupMapValue(const MapKey& map_key, 460 bool InsertOrLookupMapValue(const MapKey& map_key, MapValueRef* val) override; 556 bool InsertOrLookupMapValue(const MapKey& map_key, MapValueRef* val) override;
|
D | map_field_test.cc | 76 bool InsertOrLookupMapValue(const MapKey& map_key, in InsertOrLookupMapValue() function in google::protobuf::internal::MapFieldBaseStub
|
D | map_field_inl.h | 222 default_enum_value>::InsertOrLookupMapValue(const MapKey& map_key, in InsertOrLookupMapValue() function
|
D | map_field.cc | 230 bool DynamicMapField::InsertOrLookupMapValue(const MapKey& map_key, in InsertOrLookupMapValue() function in google::protobuf::internal::DynamicMapField
|
D | message.h | 978 bool InsertOrLookupMapValue(Message* message, const FieldDescriptor* field,
|
D | generated_message_reflection.cc | 1825 bool Reflection::InsertOrLookupMapValue(Message* message, in InsertOrLookupMapValue() function in google::protobuf::Reflection 1833 ->InsertOrLookupMapValue(key, val); in InsertOrLookupMapValue()
|
D | wire_format.cc | 1241 message_reflection->InsertOrLookupMapValue( in InternalSerializeField()
|
/third_party/protobuf/python/google/protobuf/pyext/ |
D | map_container.cc | 413 if (reflection->InsertOrLookupMapValue(message, self->parent_field_descriptor, in ScalarMapGetItem() 438 reflection->InsertOrLookupMapValue(message, self->parent_field_descriptor, in ScalarMapSetItem() 681 reflection->InsertOrLookupMapValue(message, self->parent_field_descriptor, in MessageMapSetItem() 716 if (reflection->InsertOrLookupMapValue(message, self->parent_field_descriptor, in MessageMapGetItem()
|