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

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

Completed in 122 milliseconds