Searched refs:current_state_scope_ (Results 1 – 1 of 1) sorted by relevance
89 current_state_scope_(nullptr), top_state_scope_(nullptr), in Scopes()117 scope->parent_ = current_state_scope_; in push_state()118 current_state_scope_ = scope; in push_state()121 if (current_state_scope_ == top_state_scope_) in pop_state()123 StateScope *old = current_state_scope_; in pop_state()124 current_state_scope_ = old->parent_; in pop_state()143 current_state_scope_ = new StateScope(current_state_scope_, next_state_id()); in enter_state_scope()145 top_state_scope_ = current_state_scope_; in enter_state_scope()147 return current_state_scope_; in enter_state_scope()151 current_state_scope_ = current_state_scope_->parent_; in exit_state_scope()[all …]