Home | History | Annotate | Download | only in test

Lines Matching defs:call_count_

126   AdvertiseDataHandler() : call_count_(0) {}
136 call_count_++;
151 int call_count() const { return call_count_; }
154 int call_count_;