Searched refs:stopped_count_ (Results 1 – 1 of 1) sorted by relevance
134 TestDelegate() : started_count_(0), stopped_count_(0) {} in TestDelegate()144 stopped_count_++; in OnIPCHandlerStopped()149 int stopped_count() const { return stopped_count_; } in stopped_count()153 int stopped_count_; member in __anon7c0b61650111::TestDelegate