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
2055 if (pop_count_ > 0) { in MergeWith()2056 pop_count_--; in MergeWith()2062 pop_count_ += from->pop_count_; in MergeWith()2070 if (pop_count_ > 0) os << " pop " << pop_count_; in PrintDataTo()2072 if (pop_count_ > 0) os << " /"; in PrintDataTo()
554 int pop_count() const { return pop_count_; } in pop_count()609 ++pop_count_; in Pop()659 pop_count_ = 0; in ClearHistory()731 int pop_count_; variable
12416 pop_count_(0), in HEnvironment()12434 pop_count_(0), in HEnvironment()12450 pop_count_(0), in HEnvironment()12471 pop_count_(0), in HEnvironment()12500 pop_count_ = other->pop_count_; in Initialize()12562 pop_count_ += (count - push_count_); in SetExpressionStackAt()12575 pop_count_ += Max(count - push_count_, 0); in RemoveExpressionStackAt()
1553 pop_count_(pop_count), in HSimulate()1570 int pop_count() const { return pop_count_; } in pop_count()1647 int pop_count_; variable