Searched refs:counter_with_labels (Results 1 – 2 of 2) sorted by relevance
24 auto* counter_with_labels = variable29 EXPECT_EQ(0, counter_with_labels->GetCell("Empty")->value()); in TEST()33 auto* cell = counter_with_labels->GetCell("GetCellOp"); in TEST()39 auto* same_cell = counter_with_labels->GetCell("GetCellOp"); in TEST()49 { counter_with_labels->GetCell("DyingOp")->IncrementBy(-1); }, in TEST()
85 auto counter_with_labels = std::unique_ptr<Counter<2>>( in TEST() local91 counter_with_labels->GetCell("Label00", "Label10")->IncrementBy(42); in TEST()92 counter_with_labels->GetCell("Label01", "Label11")->IncrementBy(58); in TEST()