Home
last modified time | relevance | path

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

/external/openscreen/discovery/mdns/
Dmdns_writer.cc27 std::vector<uint64_t> subhashes(labels.size()); in ComputeDomainNameSubhashes() local
31 subhashes[i] = hash_value; in ComputeDomainNameSubhashes()
33 return subhashes; in ComputeDomainNameSubhashes()
77 const std::vector<uint64_t> subhashes = ComputeDomainNameSubhashes(name); in Write() local
88 auto find_result = dictionary_.find(subhashes[i]); in Write()
102 std::make_pair(subhashes[i], MakePointerLabel(current() - begin()))); in Write()