Searched refs:counter_without_labels (Results 1 – 2 of 2) sorted by relevance
61 auto* counter_without_labels = Counter<0>::New( variable65 auto* cell = counter_without_labels->GetCell(); in TEST()71 auto* same_cell = counter_without_labels->GetCell(); in TEST()
88 auto counter_without_labels = std::unique_ptr<Counter<0>>(Counter<0>::New( in TEST() local93 counter_without_labels->GetCell()->IncrementBy(7); in TEST()