Home | History | Annotate | Download | only in metrics

Lines Matching refs:counter_id_

10     : counter_id_(-1) {
36 : counter_id_(-1) {
44 // If counter_id_ is -1, then we haven't looked it up yet.
45 if (counter_id_ == -1) {
46 counter_id_ = table->FindCounter(name_);
51 counter_id_ = 0;
57 // If counter_id_ is > 0, then we have a valid counter.
58 if (counter_id_ > 0)
59 return table->GetLocation(counter_id_, table->GetSlot());
61 // counter_id_ was zero, which means the table is full.