Searched refs:subhashes (Results 1 – 1 of 1) sorted by relevance
27 std::vector<uint64_t> subhashes(labels.size()); in ComputeDomainNameSubhashes() local31 subhashes[i] = hash_value; in ComputeDomainNameSubhashes()33 return subhashes; in ComputeDomainNameSubhashes()77 const std::vector<uint64_t> subhashes = ComputeDomainNameSubhashes(name); in Write() local88 auto find_result = dictionary_.find(subhashes[i]); in Write()102 std::make_pair(subhashes[i], MakePointerLabel(current() - begin()))); in Write()