Home | History | Annotate | Download | only in metrics

Lines Matching refs:row

46 // If the first character of the counter_name is '\0', then that row is
137 int* row(int counter_id) const {
415 int* row = internal_->row(counter_id);
416 return &(row[slot_id-1]);
435 int* row = internal_->row(index);
438 rv += row[slot_id-1];
451 int row = FindCounter(name);
452 if (!row)
454 return GetRowValue(row, pid);