Searched refs:min_unexpanded_state_id_ (Results 1 – 1 of 1) sorted by relevance
71 : cache_start_(false), nknown_states_(0), min_unexpanded_state_id_(0), in CacheBaseImpl()80 min_unexpanded_state_id_(0), cache_first_state_id_(kNoStateId), in CacheBaseImpl()262 while (min_unexpanded_state_id_ < (StateId)expanded_states_.size() && in MinUnexpandedState()263 expanded_states_[min_unexpanded_state_id_]) in MinUnexpandedState()264 ++min_unexpanded_state_id_; in MinUnexpandedState()265 return min_unexpanded_state_id_; in MinUnexpandedState()319 if (s < min_unexpanded_state_id_) in ExpandedState()329 mutable StateId min_unexpanded_state_id_; // minimum never-expanded state Id variable