Home
last modified time | relevance | path

Searched refs:GetNthKey (Results 1 – 1 of 1) sorted by relevance

/external/openfst/src/include/fst/
Dsymbol-table.h142 int64 GetNthKey(ssize_t pos) const { in GetNthKey() function
404 virtual int64 GetNthKey(ssize_t pos) const { in GetNthKey() function
405 return impl_->GetNthKey(pos); in GetNthKey()
437 key_(table.GetNthKey(0)) { } in SymbolTableIterator()
459 if (pos_ < nsymbols_) key_ = table_.GetNthKey(pos_); in Next()
465 key_ = table_.GetNthKey(0); in Reset()