Home | History | Annotate | Download | only in libmemunreachable

Lines Matching defs:stack_

70       : index_(0), stack_(allocator), components_(allocator) {}
79 allocator::vector<Node<T>*> stack_;
85 stack_.clear();
107 stack_.push_back(vertex);
113 } else if (std::find(stack_.begin(), stack_.end(), vertex_next) != stack_.end()) {
121 other_vertex = stack_.back();
122 stack_.pop_back();
124 } while (other_vertex != vertex && !stack_.empty());