Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/
Dmap_test_util.h502 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 …]
Dmap_field.h300 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;
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.cc230 bool DynamicMapField::InsertOrLookupMapValue(const MapKey& map_key, in InsertOrLookupMapValue() function in google::protobuf::internal::DynamicMapField
Dmessage.h978 bool InsertOrLookupMapValue(Message* message, const FieldDescriptor* field,
Dgenerated_message_reflection.cc1825 bool Reflection::InsertOrLookupMapValue(Message* message, in InsertOrLookupMapValue() function in google::protobuf::Reflection
1833 ->InsertOrLookupMapValue(key, val); in InsertOrLookupMapValue()
Dwire_format.cc1241 message_reflection->InsertOrLookupMapValue( in InternalSerializeField()
/third_party/protobuf/python/google/protobuf/pyext/
Dmap_container.cc413 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()