Searched refs:pop_count_ (Results 1 – 1 of 1) 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