Home
last modified time | relevance | path

Searched refs:hash32 (Results 1 - 6 of 6) sorted by relevance

/third_party/gn/src/gn/
H A Dunique_vector.h22 uint32_t hash32; member
25 size_t hash_value() const { return hash32; } in hash_value()
61 uint32_t hash32 = Node::ToHash32(hash); in Lookup() local
62 return BaseType::NodeLookup(hash32, [&](const Node* node) { in Lookup()
63 return hash32 == node->hash32 && EqualTo()(vector[node->index()], item); in Lookup()
/third_party/nghttp2/src/
H A Dshrpx_log_config.cc53 util::hash32(StringRef{reinterpret_cast<uint8_t *>(&tid), in LogConfig()
H A Dshrpx_client_handler.cc745 return util::hash32(ip); in compute_affinity_from_ip()
816 h = util::hash32(StringRef{reinterpret_cast<uint8_t *>(&rh), in get_affinity_cookie()
977 h = util::hash32(StringRef{reinterpret_cast<uint8_t *>(&rh), in get_downstream_addr_strict_affinity()
H A Dutil.h922 uint32_t hash32(const StringRef &s);
H A Dutil.cc1521 uint32_t hash32(const StringRef &s) { in hash32() function
H A Dshrpx_config.cc4610 addr.affinity_hash = util::hash32(key); in configure_downstream_group()

Completed in 13 milliseconds