Searched refs:on_start_counter_ (Results 1 – 2 of 2) sorted by relevance
6837 TestListener() : on_start_counter_(NULL), is_destroyed_(NULL) {} in TestListener()6839 : on_start_counter_(on_start_counter), in TestListener()6849 if (on_start_counter_ != NULL) in OnTestProgramStart()6850 (*on_start_counter_)++; in OnTestProgramStart()6854 int* on_start_counter_; member in TestListener
6779 TestListener() : on_start_counter_(nullptr), is_destroyed_(nullptr) {} in TestListener()6781 : on_start_counter_(on_start_counter), in TestListener()6791 if (on_start_counter_ != nullptr) (*on_start_counter_)++; in OnTestProgramStart()6795 int* on_start_counter_; member in TestListener