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

/external/openfst/src/include/fst/
H A Dbi-table.h214 return (*ht_->hash_func_)(ht_->Key2Entry(k));
230 return (*ht_->hash_equal_)(ht_->Key2Entry(k1), ht_->Key2Entry(k2));
241 const T &Key2Entry(I k) const { function in class:fst::CompactHashBiTable
424 return (*(ht_->h_))(ht_->Key2Entry(k));
439 return ht_->Key2Entry(k1) == ht_->Key2Entry(k2);
450 const T &Key2Entry(I k) const { function in class:fst::VectorHashBiTable

Completed in 357 milliseconds