Searched defs:HashFunc (Results 1 - 1 of 1) sorted by relevance

/external/openfst/src/include/fst/
H A Dbi-table.h95 friend class HashFunc;
132 class HashFunc { class in class:fst::CompactHashBiTable
134 HashFunc(const CompactHashBiTable &ht) : ht_(&ht) {} function in class:fst::CompactHashBiTable::HashFunc
153 typedef unordered_set<I, HashFunc, HashEqual> KeyHashSet;
164 HashFunc hash_func_;
230 friend class HashFunc;
294 class HashFunc { class in class:fst::VectorHashBiTable
296 HashFunc(const VectorHashBiTable &ht) : ht_(&ht) {} function in class:fst::VectorHashBiTable::HashFunc
314 typedef unordered_set<I, HashFunc, HashEqual> KeyHashSet;
335 HashFunc hash_func
[all...]

Completed in 18 milliseconds