Searched refs:pop_count_ (Results 1 – 5 of 5) sorted by relevance
48 : line_reader_(fd), pop_count_(-1) { in ProcCpuInfoReader()60 if (pop_count_ >= 0) { in GetNextField()61 line_reader_.PopLine(pop_count_); in GetNextField()62 pop_count_ = -1; in GetNextField()68 pop_count_ = static_cast<int>(line_len); in GetNextField()123 int pop_count_; variable
2583 if (pop_count_ > 0) { in MergeWith()2584 pop_count_--; in MergeWith()2590 pop_count_ += from->pop_count_; in MergeWith()2598 if (pop_count_ > 0) os << " pop " << pop_count_; in PrintDataTo()2600 if (pop_count_ > 0) os << " /"; in PrintDataTo()
541 int pop_count() const { return pop_count_; } in pop_count()596 ++pop_count_; in Pop()641 pop_count_ = 0; in ClearHistory()708 int pop_count_; variable
12975 pop_count_(0), in HEnvironment()12993 pop_count_(0), in HEnvironment()13009 pop_count_(0), in HEnvironment()13030 pop_count_(0), in HEnvironment()13059 pop_count_ = other->pop_count_; in Initialize()13121 pop_count_ += (count - push_count_); in SetExpressionStackAt()13134 pop_count_ += Max(count - push_count_, 0); in RemoveExpressionStackAt()
1754 pop_count_(pop_count), in HSimulate()1771 int pop_count() const { return pop_count_; } in pop_count()1848 int pop_count_; variable