Home | History | Annotate | Download | only in test

Lines Matching refs:on_start_counter_

6618   TestListener() : on_start_counter_(NULL), is_destroyed_(NULL) {}
6620 : on_start_counter_(on_start_counter),
6630 if (on_start_counter_ != NULL)
6631 (*on_start_counter_)++;
6635 int* on_start_counter_;