Searched refs:cache_start_ (Results 1 – 1 of 1) sorted by relevance
71 : cache_start_(false), nknown_states_(0), min_unexpanded_state_id_(0), in CacheBaseImpl()79 : cache_start_(false), nknown_states_(0), in CacheBaseImpl()159 cache_start_ = true; in SetStart()204 bool HasStart() const { return cache_start_; } in HasStart()326 bool cache_start_; // Is the start state cached? variable