Searched refs:map_value (Results 1 - 17 of 17) sorted by relevance
/third_party/protobuf/src/google/protobuf/ |
H A D | map_field.cc | 199 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()
|
H A D | map_field_test.cc | 111 value_descriptor_ = map_descriptor_->map_value(); in MapFieldBasePrimitiveTest()
|
H A D | wire_format.cc | 1240 MapValueRef map_value; in InternalSerializeField() local 1242 const_cast<Message*>(&message), field, *it, &map_value); in InternalSerializeField() local 1244 InternalSerializeMapEntry(field, *it, map_value, target, stream); in InternalSerializeField()
|
H A D | descriptor_unittest.cc | 1009 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()
|
H A D | descriptor.h | 499 const FieldDescriptor* map_value() const;
|
H A D | map_test_util.h | 283 EXPECT_EQ(fdesc->containing_type()->map_value(), fdesc); in MapReflectionTester()
|
H A D | descriptor.cc | 1715 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/ |
H A D | evdev-tablet-pad.h | 60 #define map_value(x_) ((x_).value & 0x00FFFFFF) macro
|
H A D | evdev-tablet-pad.c | 391 int32_t button = map_value(map); in pad_notify_button_mask() 401 uint32_t key = map_value(map); in pad_notify_button_mask()
|
/third_party/protobuf/python/google/protobuf/internal/ |
H A D | encoder.py | 351 def FieldSize(map_value): 353 for key in map_value: 354 value = map_value[key]
|
H A D | well_known_types_test.py | 1004 submessage.map_value[str(i)] = i * 2
|
/third_party/protobuf/src/google/protobuf/compiler/objectivec/ |
H A D | objectivec_map_field.cc | 90 descriptor->message_type()->map_value(); in MapFieldGenerator()
|
/third_party/protobuf/python/google/protobuf/pyext/ |
H A D | map_container.cc | 202 self->parent_field_descriptor->message_type()->map_value(); in MapValueRefToPython() 236 self->parent_field_descriptor->message_type()->map_value(); in PythonToMapValueRef()
|
/third_party/rust/crates/log/src/kv/ |
H A D | source.rs | 478 .map_value(value) in stream()
|
/third_party/libbpf/src/ |
H A D | bpf_helper_defs.h | 3908 * For per_cpu maps, the map_value is the value on the cpu where the 4423 * Exchange kptr at pointer *map_value* with *ptr*, and return the 4433 static void *(*bpf_kptr_xchg)(void *map_value, void *ptr) = (void *) 194;
|
/third_party/node/deps/v8/src/compiler/backend/ |
H A D | register-allocator.cc | 1399 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/backends/backend/ |
H A D | avision.c | 5473 uint16_t map_value = DEFAULT_DARK_SHADING; in compute_dark_shading_data() local 5481 map_value = (uint16_t) (s->hw->inquiry_max_shading_target << 8); in compute_dark_shading_data() 5489 rgb_map_value[i] = map_value; in compute_dark_shading_data()
|
Completed in 63 milliseconds