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

  /system/core/demangle/
Demangler.h 55 while (!state_stack_.empty()) {
56 state_stack_.pop();
88 std::stack<StateData> state_stack_; member in class:Demangler
Demangler.cpp 402 state_stack_.push(cur_state_);
442 cur_state_ = state_stack_.top();
443 state_stack_.pop();
503 state_stack_.push(cur_state_);
556 cur_state_ = state_stack_.top();
557 state_stack_.pop();
621 state_stack_.push(cur_state_);
673 state_stack_.push(cur_state_);

Completed in 145 milliseconds