/third_party/boost/boost/python/detail/ |
D | map_entry.hpp | 13 struct map_entry struct 15 map_entry() {} in map_entry() function 16 map_entry(Key k) : key(k), value() {} in map_entry() function 17 map_entry(Key k, Value v) : key(k), value(v) {} in map_entry() argument 19 bool operator<(map_entry const& rhs) const in operator <() argument 29 bool operator<(map_entry<Key,Value> const& e, Key const& k) in operator <() 35 bool operator<(Key const& k, map_entry<Key,Value> const& e) in operator <()
|
/third_party/nghttp2/tests/ |
D | nghttp2_map_test.c | 32 nghttp2_map_entry map_entry; member 37 nghttp2_map_entry_init(&entry->map_entry, key); in strentry_init() 52 CU_ASSERT(0 == nghttp2_map_insert(&map, &foo.map_entry)); in test_nghttp2_map() 57 nghttp2_map_insert(&map, &FOO.map_entry)); in test_nghttp2_map() 62 CU_ASSERT(0 == nghttp2_map_insert(&map, &bar.map_entry)); in test_nghttp2_map() 65 CU_ASSERT(0 == nghttp2_map_insert(&map, &baz.map_entry)); in test_nghttp2_map() 68 CU_ASSERT(0 == nghttp2_map_insert(&map, &shrubbery.map_entry)); in test_nghttp2_map() 126 CU_ASSERT(0 == nghttp2_map_insert(&map, &arr[order[i] - 1].map_entry)); in test_nghttp2_map_functional() 147 CU_ASSERT(0 == nghttp2_map_insert(&map, &arr[i].map_entry)); in test_nghttp2_map_functional() 174 nghttp2_map_insert(&map, &foo->map_entry); in test_nghttp2_map_each_free() [all …]
|
/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
D | MessageOptions.php | 77 protected $map_entry = null; variable in Google\\Protobuf\\Internal\\MessageOptions 315 return isset($this->map_entry) ? $this->map_entry : false; 320 return isset($this->map_entry); 325 unset($this->map_entry); 355 $this->map_entry = $var;
|
D | GPBJsonWire.php | 65 $map_entry = $field->getMessageType(); 66 $key_field = $map_entry->getFieldByNumber(1); 67 $value_field = $map_entry->getFieldByNumber(2);
|
D | Message.php | 1399 $map_entry = new MapEntry($field->getMessageType()); 1400 $map_entry->setKey($key); 1401 $map_entry->setValue($value); 1403 $map_entry, 1856 $map_entry = $field->getMessageType(); 1857 $key_field = $map_entry->getFieldByNumber(1); 1858 $value_field = $map_entry->getFieldByNumber(2);
|
/third_party/wayland_standard/src/ |
D | wayland-util.c | 169 union map_entry { union 195 union map_entry *start, *entry; in wl_map_insert_new() 227 union map_entry *start; in wl_map_insert_at() 255 union map_entry *start; in wl_map_reserve_new() 294 union map_entry *start; in wl_map_remove() 318 union map_entry *start; in wl_map_lookup() 341 union map_entry *start; in wl_map_lookup_flags() 364 union map_entry *start, *end, *p; in for_each_helper() 368 end = (union map_entry *) ((char *) entries->data + entries->size); in for_each_helper()
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_split_per_member_structs.c | 37 struct hash_entry *map_entry = in find_var_member() local 39 if (map_entry == NULL) in find_var_member() 42 nir_variable **members = map_entry->data; in find_var_member()
|
/third_party/skia/experimental/skrive/src/reader/ |
D | JsonReader.cpp | 44 const auto* map_entry = std::lower_bound(std::begin(gTypeMap), in block_type() local 51 return (map_entry != std::end(gTypeMap) && !strcmp(map_entry->name, key.name)) in block_type() 52 ? map_entry->block_type in block_type()
|
/third_party/libwebsockets/lib/misc/ |
D | lws-struct-lejp.c | 562 map = &j->map[j->map_entry]; in lws_struct_json_serialize() 685 j->map_entry = 0; in lws_struct_json_serialize() 710 j->map_entry = 0; in lws_struct_json_serialize() 741 j->map_entry = 0; in lws_struct_json_serialize() 820 if (++j->map_entry < j->map_entries) in lws_struct_json_serialize() 835 map = &j->map[j->map_entry]; in lws_struct_json_serialize() 870 j->map_entry = 0; in lws_struct_json_serialize() 871 map = &j->map[j->map_entry]; in lws_struct_json_serialize()
|
/third_party/protobuf/src/google/protobuf/ |
D | generated_message_table_driven.h | 311 Entry map_entry(*it); 313 output->WriteVarint32(map_entry._cached_size_); 314 SerializeInternal(reinterpret_cast<const uint8*>(&map_entry),
|
D | wire_format.cc | 1043 if (descriptor->options().map_entry()) { in _InternalSerialize() 1264 } else if (field->containing_type()->options().map_entry()) { in InternalSerializeField() 1457 if (descriptor->options().map_entry()) { in ByteSize() 1504 } else if (field->containing_type()->options().map_entry()) { in FieldByteSize() 1637 } else if (field->containing_type()->options().map_entry()) { in FieldDataOnlyByteSize()
|
/third_party/grpc/third_party/upb/upbc/ |
D | message_layout.cc | 28 !field->containing_type()->options().map_entry(); in HasHasbit() 113 if (descriptor->options().map_entry()) { in ComputeLayout()
|
D | generator.cc | 337 if (!message->options().map_entry()) { in GenerateMessageInHeader() 424 } else if (message->options().map_entry()) { in GenerateMessageInHeader() 538 if (message->options().map_entry() && field->name() == "key") { in GenerateMessageInHeader() 548 if (message->options().map_entry()) { in GenerateMessageInHeader() 574 !message->options().map_entry()) { in GenerateMessageInHeader()
|
D | protoc-gen-upb.cc | 224 if (!message->options().map_entry()) { in GenerateMessageInHeader() 317 } else if (message->options().map_entry()) { in GenerateMessageInHeader() 429 if (message->options().map_entry() && field->name() == "key") { in GenerateMessageInHeader() 439 if (message->options().map_entry()) { in GenerateMessageInHeader() 465 !message->options().map_entry()) { in GenerateMessageInHeader()
|
/third_party/gstreamer/gstplugins_bad/sys/dvb/ |
D | parsechannels.c | 377 const GstDvbV5ChannelsConfToPropertyMap *map_entry = dvbv5_prop_map; in parse_and_configure_from_v5_conf_file() local 382 while (map_entry->conf_property) { in parse_and_configure_from_v5_conf_file() 383 if (strcmp (map_entry->conf_property, k) == 0) { in parse_and_configure_from_v5_conf_file() 384 if (!map_entry->set_func (dvbbasebin, map_entry->elem_property, keyfile, in parse_and_configure_from_v5_conf_file() 390 map_entry++; in parse_and_configure_from_v5_conf_file()
|
/third_party/protobuf/src/google/protobuf/compiler/csharp/ |
D | csharp_helpers.h | 123 return descriptor->options().map_entry(); in IsMapEntryMessage()
|
/third_party/node/deps/nghttp2/lib/ |
D | nghttp2_stream.h | 139 nghttp2_map_entry map_entry; member
|
/third_party/nghttp2/lib/ |
D | nghttp2_stream.h | 139 nghttp2_map_entry map_entry; member
|
/third_party/protobuf/src/google/protobuf/compiler/java/ |
D | java_map_field.cc | 49 GOOGLE_CHECK(message->options().map_entry()); in KeyField() 56 GOOGLE_CHECK(message->options().map_entry()); in ValueField()
|
D | java_map_field_lite.cc | 49 GOOGLE_CHECK(message->options().map_entry()); in KeyField() 56 GOOGLE_CHECK(message->options().map_entry()); in ValueField()
|
/third_party/libwebsockets/include/libwebsockets/ |
D | lws-struct.h | 215 size_t map_entry; member
|
/third_party/protobuf/src/google/protobuf/compiler/ruby/ |
D | ruby_generator.cc | 251 if (message->options().map_entry()) { in GenerateMessage() 369 if (message->options().map_entry()) { in GenerateMessageAssignment()
|
/third_party/protobuf/python/google/protobuf/internal/ |
D | python_message.py | 279 field.message_type.GetOptions().map_entry) 1070 if descriptor.GetOptions().map_entry: 1118 if descriptor.GetOptions().map_entry: 1251 field.message_type.GetOptions().map_entry):
|
/third_party/protobuf/src/google/protobuf/compiler/php/ |
D | php_generator.cc | 721 const Descriptor* map_entry = field->message_type(); in GenerateFieldAccessor() local 722 const FieldDescriptor* key = map_entry->FindFieldByName("key"); in GenerateFieldAccessor() 723 const FieldDescriptor* value = map_entry->FindFieldByName("value"); in GenerateFieldAccessor() 851 if (message->options().map_entry()) { in GenerateMessageToPool() 1378 if (message->options().map_entry()) { in GenerateMessageFile()
|
/third_party/protobuf/src/google/protobuf/compiler/objectivec/ |
D | objectivec_helpers.h | 135 return descriptor->options().map_entry(); in IsMapEntryMessage()
|