Searched refs:stopped_count_ (Results 1 – 1 of 1) sorted by relevance
131 TestDelegate() : started_count_(0), stopped_count_(0) { in TestDelegate()142 stopped_count_++; in OnIPCHandlerStopped()147 int stopped_count() const { return stopped_count_; } in stopped_count()151 int stopped_count_; member in __anonfd7790220111::TestDelegate