Home
last modified time | relevance | path

Searched refs:map_value (Results 1 – 19 of 19) sorted by relevance

/third_party/protobuf/src/google/protobuf/
Dmap_field.cc199 const FieldDescriptor* val_des = default_entry_->GetDescriptor()->map_value(); in AllocateMapValue()
302 default_entry_->GetDescriptor()->map_value(); in MergeFrom()
363 const FieldDescriptor* val_des = default_entry_->GetDescriptor()->map_value(); in SyncRepeatedFieldWithMapNoLock()
449 const FieldDescriptor* val_des = default_entry_->GetDescriptor()->map_value(); in SyncMapWithRepeatedFieldNoLock()
Dmap_field_test.cc111 value_descriptor_ = map_descriptor_->map_value(); in MapFieldBasePrimitiveTest()
Dwire_format.cc1240 MapValueRef map_value; in InternalSerializeField() local
1242 const_cast<Message*>(&message), field, *it, &map_value); in InternalSerializeField()
1244 InternalSerializeMapEntry(field, *it, map_value, target, stream); in InternalSerializeField()
Ddescriptor_unittest.cc1009 const FieldDescriptor* map_value = map_desc->map_value(); in TEST_F() local
1010 ASSERT_TRUE(map_value != nullptr); in TEST_F()
1011 EXPECT_EQ(map_value->name(), "value"); in TEST_F()
1012 EXPECT_EQ(map_value->number(), 2); in TEST_F()
1015 EXPECT_EQ(message_->map_value(), nullptr); in TEST_F()
Ddescriptor.h499 const FieldDescriptor* map_value() const;
Dmap_test_util.h283 EXPECT_EQ(fdesc->containing_type()->map_value(), fdesc); in MapReflectionTester()
Ddescriptor.cc1715 const FieldDescriptor* Descriptor::map_value() const { in map_value() function in google::protobuf::Descriptor
6247 const FieldDescriptor* value = message->map_value(); in ValidateMapEntry()
/third_party/libinput/src/
Devdev-tablet-pad.h60 #define map_value(x_) ((x_).value & 0x00FFFFFF) macro
Devdev-tablet-pad.c390 int32_t button = map_value(map); in pad_notify_button_mask()
400 uint32_t key = map_value(map); in pad_notify_button_mask()
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_map_field.cc90 descriptor->message_type()->map_value(); in MapFieldGenerator()
/third_party/protobuf/python/google/protobuf/internal/
Dencoder.py351 def FieldSize(map_value): argument
353 for key in map_value:
354 value = map_value[key]
Dany_test.proto42 map<string,int32> map_value = 3; field
Dwell_known_types_test.py1004 submessage.map_value[str(i)] = i * 2
/third_party/protobuf/python/google/protobuf/pyext/
Dmap_container.cc202 self->parent_field_descriptor->message_type()->map_value(); in MapValueRefToPython()
236 self->parent_field_descriptor->message_type()->map_value(); in PythonToMapValueRef()
/third_party/gstreamer/gstplugins_base/gst/encoding/
Dgstencodebasebin.c910 const GValue *map_value = gst_value_list_get_value (v, i); in set_element_properties_from_encoding_profile() local
913 if (!GST_VALUE_HOLDS_STRUCTURE (map_value)) { in set_element_properties_from_encoding_profile()
915 "(expected GstStructure)", G_VALUE_TYPE_NAME (map_value)); in set_element_properties_from_encoding_profile()
919 tmp_properties = gst_value_get_structure (map_value); in set_element_properties_from_encoding_profile()
/third_party/libbpf/src/
Dbpf_helper_defs.h4399 static void *(*bpf_kptr_xchg)(void *map_value, void *ptr) = (void *) 194;
/third_party/rust/crates/log/src/kv/
Dsource.rs478 .map_value(value) in stream()
/third_party/node/deps/v8/src/compiler/backend/
Dregister-allocator.cc1399 TopTierRegisterAllocationData::PhiMapValue* map_value = in InitializePhiMap() local
1403 phi_map_.insert(std::make_pair(phi->virtual_register(), map_value)); in InitializePhiMap()
1406 return map_value; in InitializePhiMap()
1858 TopTierRegisterAllocationData::PhiMapValue* map_value = in ResolvePhis() local
1869 map_value->AddOperand(&move->destination()); in ResolvePhis()
/third_party/protobuf/
Dlibprotobuf.map100 "google::protobuf::Descriptor::map_value() const";