Searched refs:CounterBackend (Results 1 – 1 of 1) sorted by relevance
54 struct CounterBackend : public TestBackendBase { in CounterValue() struct55 explicit CounterBackend(uint64_t* counter_value) : counter_value_{counter_value} {} in CounterValue() argument