Searched refs:on_start_counter_ (Results 1 – 1 of 1) sorted by relevance
6704 TestListener() : on_start_counter_(NULL), is_destroyed_(NULL) {} in TestListener()6706 : on_start_counter_(on_start_counter), in TestListener()6716 if (on_start_counter_ != NULL) in OnTestProgramStart()6717 (*on_start_counter_)++; in OnTestProgramStart()6721 int* on_start_counter_; member in TestListener