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

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dcache.h261 StateId MinUnexpandedState() const { function in class:fst::CacheBaseImpl
403 for (int u = fst_.impl_->MinUnexpandedState();
405 u = fst_.impl_->MinUnexpandedState()) {
/external/openfst/src/include/fst/
H A Dcache.h434 StateId MinUnexpandedState() const { function in class:fst::CacheBaseImpl
673 for (StateId u = impl_->MinUnexpandedState();
675 u = impl_->MinUnexpandedState()) {

Completed in 688 milliseconds