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

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
cache.h 262 while (min_unexpanded_state_id_ < (StateId)expanded_states_.size() &&
263 expanded_states_[min_unexpanded_state_id_])
321 while ((StateId)expanded_states_.size() <= s)
322 expanded_states_.push_back(false);
323 expanded_states_[s] = true;
328 vector<bool> expanded_states_; // states that have been expanded member in class:fst::CacheBaseImpl
  /external/openfst/src/include/fst/
cache.h 153 expanded_states_ = impl.expanded_states_;
435 while (min_unexpanded_state_id_ < expanded_states_.size() &&
436 expanded_states_[min_unexpanded_state_id_])
456 while (expanded_states_.size() <= s)
457 expanded_states_.push_back(false);
458 expanded_states_[s] = true;
487 vector<bool> expanded_states_; // states that have been expanded member in class:fst::CacheBaseImpl

Completed in 153 milliseconds