Home | History | Annotate | Download | only in src

Lines Matching defs:pop_count_

2561         if (pop_count_ > 0) {
2562 pop_count_--;
2568 pop_count_ += from->pop_count_;
2576 if (pop_count_ > 0) os << " pop " << pop_count_;
2578 if (pop_count_ > 0) os << " /";