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

/external/openfst/src/include/fst/
H A Dbi-table.h141 friend class HashFunc;
208 class HashFunc { class in class:fst::CompactHashBiTable
210 HashFunc(const CompactHashBiTable &ht) : ht_(&ht) {} function in class:fst::CompactHashBiTable::HashFunc
239 typedef HashSet<I, HashFunc, HashEqual, HS> KeyHashSet;
250 HashFunc compact_hash_func_;
334 friend class HashFunc;
418 class HashFunc { class in class:fst::VectorHashBiTable
420 HashFunc(const VectorHashBiTable &ht) : ht_(&ht) {} function in class:fst::VectorHashBiTable::HashFunc
448 typedef HashSet<I, HashFunc, HashEqual, HS> KeyHashSet;
466 HashFunc hash_func
[all...]

Completed in 28 milliseconds