Searched refs:min_unexpanded_state_id_ (Results 1 - 2 of 2) sorted by last modified time

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dcache.h71 : cache_start_(false), nknown_states_(0), min_unexpanded_state_id_(0),
80 min_unexpanded_state_id_(0), cache_first_state_id_(kNoStateId),
262 while (min_unexpanded_state_id_ < (StateId)expanded_states_.size() &&
263 expanded_states_[min_unexpanded_state_id_])
264 ++min_unexpanded_state_id_;
265 return min_unexpanded_state_id_;
319 if (s < min_unexpanded_state_id_)
329 mutable StateId min_unexpanded_state_id_; // minimum never-expanded state Id member in class:fst::CacheBaseImpl
/external/openfst/src/include/fst/
H A Dcache.h121 : cache_start_(false), nknown_states_(0), min_unexpanded_state_id_(0),
133 min_unexpanded_state_id_(0), cache_first_state_id_(kNoStateId),
145 min_unexpanded_state_id_(0), cache_first_state_id_(kNoStateId),
154 min_unexpanded_state_id_ = impl.min_unexpanded_state_id_;
355 min_unexpanded_state_id_ = 0;
435 while (min_unexpanded_state_id_ < expanded_states_.size() &&
436 expanded_states_[min_unexpanded_state_id_])
437 ++min_unexpanded_state_id_;
438 return min_unexpanded_state_id_;
488 mutable StateId min_unexpanded_state_id_; // minimum never-expanded state Id member in class:fst::CacheBaseImpl
[all...]

Completed in 310 milliseconds