Home
last modified time | relevance | path

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

/tools/dexter/slicer/export/slicer/
Dhash_table.h65 Partition(Index size, const Hash& hasher);
79 explicit HashTable(const Hash& hasher = Hash()) : hasher_(hasher) { in hasher_() argument
108 HashTable<Key, T, Hash>::Partition::Partition(Index size, const Hash& hasher) in Partition() argument
109 : hash_buckets_(size), hasher_(hasher) { in Partition()