Searched refs:key_ref (Results 1 – 6 of 6) sorted by relevance
/external/rust/crates/hashlink/src/ |
D | linked_hash_map.rs | 413 hash_key(&self.hash_builder, front.as_ref().key_ref()), in pop_front() 414 |k| (*k).as_ref().key_ref().eq(front.as_ref().key_ref()), in pop_front() 434 .from_hash(hash_key(&self.hash_builder, back.as_ref().key_ref()), |k| { in pop_back() 435 (*k).as_ref().key_ref().eq(back.as_ref().key_ref()) in pop_back() 869 .from_hash(hash, move |k| is_match((*k).as_ref().key_ref()))? in from_hash() 932 .from_hash(hash, move |k| is_match(unsafe { (*k).as_ref().key_ref() })); in from_hash() 1187 .insert_with_hasher(hash, new_node, (), move |k| hasher((*k).as_ref().key_ref())) in insert_with_hasher() 1902 unsafe fn key_ref(&self) -> &K { in key_ref() method
|
/external/webrtc/third_party/abseil-cpp/absl/container/internal/ |
D | btree_container.h | 468 const key_type &key_ref = k; in try_emplace() local 470 key_ref, std::piecewise_construct, std::forward_as_tuple(std::move(k)), in try_emplace() 488 const key_type &key_ref = k; in try_emplace() local 490 .insert_hint_unique(iterator(hint), key_ref, std::piecewise_construct, in try_emplace()
|
/external/abseil-cpp/absl/container/internal/ |
D | btree_container.h | 468 const key_type &key_ref = k; in try_emplace() local 470 key_ref, std::piecewise_construct, std::forward_as_tuple(std::move(k)), in try_emplace() 488 const key_type &key_ref = k; in try_emplace() local 490 .insert_hint_unique(iterator(hint), key_ref, std::piecewise_construct, in try_emplace()
|
/external/libchrome/base/containers/ |
D | flat_tree.h | 901 const KeyTypeOrK<K>& key_ref = key; 904 return std::lower_bound(begin(), end(), key_ref, key_value); 922 const KeyTypeOrK<K>& key_ref = key; 925 return std::upper_bound(begin(), end(), key_ref, key_value);
|
/external/libxml2/ |
D | rngparser.c | 130 const xmlChar *key_ref; member 969 ctxt->insert = xmlNewNodeEatName(NULL, (xmlChar *) ctxt->key_ref); in xmlParseCRNG_primary() 1490 ctxt.key_ref = xmlDictLookup(ctxt.dict, BAD_CAST "ref", 3); in xmlConvertCRNG()
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/ |
D | hpack_encoder.cc | 435 grpc_slice_refcount* key_ref, uint32_t new_index, in AddKeyWithIndex() argument 437 UpdateAddOrEvict<SliceRefComparator>(c->key_table.entries, key_ref, key_hash, in AddKeyWithIndex()
|