Home | History | Annotate | Download | only in cctest

Lines Matching refs:counter_

373       : data_(data), length_(0), counter_(counter), owning_data_(owning_data) {
379 if (counter_ != NULL) ++*counter_;
393 int* counter_;
405 counter_(counter) {}
409 if (counter_ != NULL) ++*counter_;
424 int* counter_;
20001 : counter_(0), object_(object) { }
20015 ++counter_;
20018 int counter_;
20034 CHECK_EQ(1, visitor.counter_);
20071 CHECK_EQ(1, visitor.counter_);
22699 RequestMultipleInterrupts() : i_thread(this), counter_(0) {}
22733 test->should_continue_ = ++test->counter_ < NUM_INTERRUPTS;
22741 int counter_;