Searched refs:vmstat_counters_ (Results 1 – 4 of 4) sorted by relevance
48 (vmstat_counters_ == other.vmstat_counters_) && in operator ==()75 vmstat_counters_.clear(); in FromProto()77 vmstat_counters_.emplace_back(); in FromProto()79 sizeof(vmstat_counters_.back()) == sizeof(proto.vmstat_counters(0)), in FromProto()81 vmstat_counters_.back() = in FromProto()82 static_cast<decltype(vmstat_counters_)::value_type>(field); in FromProto()123 for (const auto& it : vmstat_counters_) { in ToProto()
226 return static_cast<int>(vmstat_counters_.size()); in vmstat_counters_size()229 return vmstat_counters_; in vmstat_counters()232 return &vmstat_counters_; in mutable_vmstat_counters()234 void clear_vmstat_counters() { vmstat_counters_.clear(); } in clear_vmstat_counters()236 vmstat_counters_.emplace_back(); in add_vmstat_counters()237 return &vmstat_counters_.back(); in add_vmstat_counters()260 std::vector<VmstatCounters> vmstat_counters_; variable
104 vmstat_counters_.emplace(k.str, k.id); in SysStatsDataSource()216 auto it = vmstat_counters_.find(words.cur_token()); in ReadVmstat()217 if (it == vmstat_counters_.end()) in ReadVmstat()
91 std::map<const char*, int, CStrCmp> vmstat_counters_; variable