Searched refs:InsertOrLookupMapValue (Results 1 – 9 of 9) sorted by relevance
/external/protobuf/src/google/protobuf/ |
D | map_test_util.cc | 568 EXPECT_TRUE(reflection->InsertOrLookupMapValue( in SetMapFieldsViaMapReflection() 573 EXPECT_TRUE(reflection->InsertOrLookupMapValue( in SetMapFieldsViaMapReflection() 578 EXPECT_TRUE(reflection->InsertOrLookupMapValue( in SetMapFieldsViaMapReflection() 583 EXPECT_TRUE(reflection->InsertOrLookupMapValue( in SetMapFieldsViaMapReflection() 588 EXPECT_TRUE(reflection->InsertOrLookupMapValue( in SetMapFieldsViaMapReflection() 593 EXPECT_TRUE(reflection->InsertOrLookupMapValue( in SetMapFieldsViaMapReflection() 598 EXPECT_TRUE(reflection->InsertOrLookupMapValue( in SetMapFieldsViaMapReflection() 603 EXPECT_TRUE(reflection->InsertOrLookupMapValue( in SetMapFieldsViaMapReflection() 608 EXPECT_TRUE(reflection->InsertOrLookupMapValue( in SetMapFieldsViaMapReflection() 613 EXPECT_TRUE(reflection->InsertOrLookupMapValue( in SetMapFieldsViaMapReflection() [all …]
|
D | map_field.h | 90 virtual bool InsertOrLookupMapValue( 255 bool InsertOrLookupMapValue(const MapKey& map_key, MapValueRef* val); 306 bool InsertOrLookupMapValue(const MapKey& map_key, MapValueRef* val);
|
D | map_field_test.cc | 81 bool InsertOrLookupMapValue(const MapKey& map_key, MapValueRef* val) { in InsertOrLookupMapValue() function in google::protobuf::internal::MapFieldBaseStub
|
D | map_field.cc | 181 bool DynamicMapField::InsertOrLookupMapValue( in InsertOrLookupMapValue() function in google::protobuf::internal::DynamicMapField
|
D | generated_message_reflection.h | 270 bool InsertOrLookupMapValue(Message* message,
|
D | message.h | 959 virtual bool InsertOrLookupMapValue(Message* /* message */, in InsertOrLookupMapValue() function
|
D | map_field_inl.h | 265 default_enum_value>::InsertOrLookupMapValue( in InsertOrLookupMapValue() function
|
D | generated_message_reflection.cc | 1789 bool GeneratedMessageReflection::InsertOrLookupMapValue( in InsertOrLookupMapValue() function in google::protobuf::internal::GeneratedMessageReflection 1798 return MutableRaw<MapFieldBase>(message, field)->InsertOrLookupMapValue( in InsertOrLookupMapValue()
|
/external/protobuf/python/google/protobuf/pyext/ |
D | map_container.cc | 449 if (reflection->InsertOrLookupMapValue(message, self->parent_field_descriptor, in ScalarMapGetItem() 474 reflection->InsertOrLookupMapValue(message, self->parent_field_descriptor, in ScalarMapSetItem() 734 if (reflection->InsertOrLookupMapValue(message, self->parent_field_descriptor, in MessageMapGetItem()
|