/third_party/boost/libs/unordered/test/unordered/ |
D | compile_map.cpp | 130 std::pair<int const, int> map_value(0, 0); in UNORDERED_AUTO_TEST() local 140 unordered_unique_test(map, map_value); in UNORDERED_AUTO_TEST() 142 unordered_copyable_test(map, value, map_value, hash, equal_to); in UNORDERED_AUTO_TEST() 145 unordered_unique_test(map2, map_value); in UNORDERED_AUTO_TEST() 147 unordered_copyable_test(map2, value, map_value, hash, equal_to); in UNORDERED_AUTO_TEST() 158 unordered_equivalent_test(multimap, map_value); in UNORDERED_AUTO_TEST() 160 unordered_copyable_test(multimap, value, map_value, hash, equal_to); in UNORDERED_AUTO_TEST() 162 unordered_equivalent_test(multimap2, map_value); in UNORDERED_AUTO_TEST() 164 unordered_copyable_test(multimap2, value, map_value, hash, equal_to); in UNORDERED_AUTO_TEST() 177 map_value_type map_value(assignable, assignable); in UNORDERED_AUTO_TEST() local [all …]
|
/third_party/flutter/engine/flutter/shell/platform/common/cpp/client_wrapper/ |
D | encodable_value_unittests.cc | 179 EncodableMap& map_value = value.MapValue(); in TEST() local 180 EXPECT_EQ(map_value[EncodableValue()].IsIntList(), true); in TEST() 181 EXPECT_EQ(map_value[EncodableValue(1)].LongValue(), INT64_C(10000)); in TEST() 182 EXPECT_EQ(map_value[EncodableValue("two")].IntValue(), 7); in TEST() 185 map_value[EncodableValue(true)] = EncodableValue(false); in TEST() 186 ASSERT_EQ(map_value.size(), 4u); in TEST() 188 EXPECT_EQ(map_value[EncodableValue(true)].BoolValue(), false); in TEST()
|
D | standard_codec.cc | 137 EncodableMap map_value; in ReadValue() local 141 map_value.emplace(std::move(key), std::move(value)); in ReadValue() 143 return EncodableValue(map_value); in ReadValue()
|
/third_party/protobuf/src/google/protobuf/ |
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()
|
D | map_field_test.cc | 111 value_descriptor_ = map_descriptor_->map_value(); in MapFieldBasePrimitiveTest()
|
D | wire_format.cc | 1240 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()
|
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()
|
D | descriptor.h | 499 const FieldDescriptor* map_value() const;
|
D | map_test_util.h | 283 EXPECT_EQ(fdesc->containing_type()->map_value(), fdesc); in MapReflectionTester()
|
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/ |
D | evdev-tablet-pad.h | 60 #define map_value(x_) ((x_).value & 0x00FFFFFF) macro
|
D | evdev-tablet-pad.c | 390 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/ |
D | objectivec_map_field.cc | 90 descriptor->message_type()->map_value(); in MapFieldGenerator()
|
/third_party/protobuf/python/google/protobuf/internal/ |
D | encoder.py | 351 def FieldSize(map_value): argument 353 for key in map_value: 354 value = map_value[key]
|
D | any_test.proto | 42 map<string,int32> map_value = 3; field
|
D | well_known_types_test.py | 1004 submessage.map_value[str(i)] = i * 2
|
/third_party/protobuf/python/google/protobuf/pyext/ |
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/gstreamer/gstplugins_base/gst/encoding/ |
D | gstencodebasebin.c | 910 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/protobuf/ |
D | libprotobuf.map | 100 "google::protobuf::Descriptor::map_value() const";
|
/third_party/giflib/doc/gifstandard/ |
D | gif87.txt | 215 <map_value> = <component_value>*255/(2**<nbits> -1)
|