Searched refs:hasher (Results 1 – 1 of 1) sorted by relevance
65 Partition(Index size, const Hash& hasher);79 explicit HashTable(const Hash& hasher = Hash()) : hasher_(hasher) { in hasher_() argument108 HashTable<Key, T, Hash>::Partition::Partition(Index size, const Hash& hasher) in Partition() argument109 : hash_buckets_(size), hasher_(hasher) { in Partition()