Searched refs:action_count_checked_ (Results 1 – 8 of 8) sorted by relevance
82 action_count_checked_(false) {} in ExpectationBase()178 if (!action_count_checked_) { in CheckActionCountIfNotDone()179 action_count_checked_ = true; in CheckActionCountIfNotDone()
861 mutable bool action_count_checked_; // Under mutex_. variable
869 mutable bool action_count_checked_; // Under mutex_. variable
10532 action_count_checked_(false) {} in ExpectationBase()10628 if (!action_count_checked_) { in CheckActionCountIfNotDone()10629 action_count_checked_ = true; in CheckActionCountIfNotDone()
9433 mutable bool action_count_checked_; // Under mutex_.