Searched refs:sourceCounter (Results 1 – 1 of 1) sorted by relevance
76 DoubleMultiStateCounter sourceCounter(3, 0); in TEST_F() local78 sourceCounter.updateValue(0, 0); in TEST_F()79 sourceCounter.setState(1, 0); in TEST_F()80 sourceCounter.setState(2, 1000); in TEST_F()83 testCounter.copyStatesFrom(sourceCounter); in TEST_F()