Home | History | Annotate | Download | only in metrics

Lines Matching defs:row

44 // If the first character of the counter_name is '\0', then that row is
133 int* row(int counter_id) const {
379 int* row = impl_->row(counter_id);
380 return &(row[slot_id-1]);
399 int* row = impl_->row(index);
402 rv += row[slot_id];
415 int row = FindCounter(name);
416 if (!row)
418 return GetRowValue(row, pid);