Home
last modified time | relevance | path

Searched refs:InsertOrLookupMapValue (Results 1 – 9 of 9) sorted by relevance

/external/protobuf/src/google/protobuf/
Dmap_test_util.cc553 EXPECT_TRUE(reflection->InsertOrLookupMapValue(message, F("map_int32_int32"), in SetMapFieldsViaMapReflection()
558 EXPECT_TRUE(reflection->InsertOrLookupMapValue(message, F("map_int64_int64"), in SetMapFieldsViaMapReflection()
563 EXPECT_TRUE(reflection->InsertOrLookupMapValue( in SetMapFieldsViaMapReflection()
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()
[all …]
Dmap_field.h91 virtual bool InsertOrLookupMapValue(const MapKey& map_key,
251 bool InsertOrLookupMapValue(const MapKey& map_key, MapValueRef* val) override;
333 bool InsertOrLookupMapValue(const MapKey& map_key, MapValueRef* val) override;
Dmap_field_test.cc76 bool InsertOrLookupMapValue(const MapKey& map_key, in InsertOrLookupMapValue() function in google::protobuf::internal::MapFieldBaseStub
Dmap_field_inl.h222 default_enum_value>::InsertOrLookupMapValue(const MapKey& map_key, in InsertOrLookupMapValue() function
Dmap_field.cc228 bool DynamicMapField::InsertOrLookupMapValue(const MapKey& map_key, in InsertOrLookupMapValue() function in google::protobuf::internal::DynamicMapField
Dmessage.h927 bool InsertOrLookupMapValue(Message* message, const FieldDescriptor* field,
Dgenerated_message_reflection.cc1769 bool Reflection::InsertOrLookupMapValue(Message* message, in InsertOrLookupMapValue() function in google::protobuf::Reflection
1777 ->InsertOrLookupMapValue(key, val); in InsertOrLookupMapValue()
Dwire_format.cc906 message_reflection->InsertOrLookupMapValue( in SerializeFieldWithCachedSizes()
/external/protobuf/python/google/protobuf/pyext/
Dmap_container.cc423 if (reflection->InsertOrLookupMapValue(message, self->parent_field_descriptor, in ScalarMapGetItem()
448 reflection->InsertOrLookupMapValue(message, self->parent_field_descriptor, in ScalarMapSetItem()
705 reflection->InsertOrLookupMapValue(message, self->parent_field_descriptor, in MessageMapSetItem()
740 if (reflection->InsertOrLookupMapValue(message, self->parent_field_descriptor, in MessageMapGetItem()