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

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
cache.h 71 : 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/
cache.h 118 : cache_start_(false), nknown_states_(0), min_unexpanded_state_id_(0),
129 min_unexpanded_state_id_(0), cache_first_state_id_(kNoStateId),
139 min_unexpanded_state_id_(0), cache_first_state_id_(kNoStateId),
387 while (min_unexpanded_state_id_ < expanded_states_.size() &&
388 expanded_states_[min_unexpanded_state_id_])
389 ++min_unexpanded_state_id_;
390 return min_unexpanded_state_id_;
437 if (s < min_unexpanded_state_id_)
467 mutable StateId min_unexpanded_state_id_; // minimum never-expanded state Id member in class:fst::CacheBaseImpl

Completed in 1913 milliseconds