Home
last modified time | relevance | path

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

/tools/dexter/slicer/export/slicer/
Dhash_table.h79 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()