Searched refs:on_start_counter_ (Results 1 – 1 of 1) sorted by relevance
6820 TestListener() : on_start_counter_(nullptr), is_destroyed_(nullptr) {} in TestListener()6822 : on_start_counter_(on_start_counter), is_destroyed_(is_destroyed) {} in TestListener()6830 if (on_start_counter_ != nullptr) (*on_start_counter_)++; in OnTestProgramStart()6834 int* on_start_counter_; member in TestListener