Searched refs:CounterEventFunc (Results 1 – 5 of 5) sorted by relevance
33 using CounterEventFunc = std::function<void()>; variable36 virtual void SetOnInc(CounterEventFunc&& onInc) = 0;37 virtual void SetOnDec(CounterEventFunc&& onDec) = 0;
28 void SetOnInc(CounterEventFunc&& onInc) override;29 void SetOnDec(CounterEventFunc&& onDec) override;
160 void CounterModelNG::SetOnInc(CounterEventFunc&& onInc) in SetOnInc()178 void CounterModelNG::SetOnDec(CounterEventFunc&& onDec) in SetOnDec()
26 void SetOnInc(CounterEventFunc&& onInc) override;27 void SetOnDec(CounterEventFunc&& onDec) override;
44 void CounterModelImpl::SetOnInc(CounterEventFunc&& onInc) in SetOnInc()50 void CounterModelImpl::SetOnDec(CounterEventFunc&& onDec) in SetOnDec()