Home | History | Annotate | Download | only in fst

Lines Matching refs:HashFunc

141   friend class HashFunc;
208 class HashFunc {
210 HashFunc(const CompactHashBiTable &ht) : ht_(&ht) {}
239 typedef HashSet<I, HashFunc, HashEqual, HS> KeyHashSet;
250 HashFunc compact_hash_func_;
334 friend class HashFunc;
418 class HashFunc {
420 HashFunc(const VectorHashBiTable &ht) : ht_(&ht) {}
448 typedef HashSet<I, HashFunc, HashEqual, HS> KeyHashSet;
466 HashFunc hash_func_;