Home
last modified time | relevance | path

Searched refs:key_ref (Results 1 – 5 of 5) sorted by relevance

/third_party/nghttp2/src/
Dshrpx_downstream_queue.cc65 auto key_ref = StringRef{key}; in find_host_entry()
68 host_entries_.emplace(key_ref, HostEntry(std::move(key))); in find_host_entry()
72 std::make_pair(key_ref, HostEntry(std::move(key)))); in find_host_entry()
/third_party/glib/glib/tests/
Dhash.c918 key_ref (RefCountedKey *key) in key_ref() function
953 g_hash_table_insert (h, key_ref (key1), key_ref (key1)); in set_ref_hash_test()
958 g_hash_table_replace (h, key_ref (key2), key_ref (key2)); in set_ref_hash_test()
/third_party/gn/src/base/containers/
Dflat_tree.h901 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);
/third_party/libxml2/
Drngparser.c130 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()
/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dhpack_encoder.cc435 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()