Searched refs:repeated_action_specified_ (Results 1 – 2 of 2) sorted by relevance
93 repeated_action_specified_(false), in ExpectationBase()236 (action_count == upper_bound && repeated_action_specified_)) { in CheckActionCountIfNotDone()239 !repeated_action_specified_) { in CheckActionCountIfNotDone()253 if (repeated_action_specified_) { in CheckActionCountIfNotDone()
866 bool repeated_action_specified_; // True if a WillRepeatedly() was specified. variable1044 repeated_action_specified_ = true; in WillRepeatedly()1191 if (action_count > 0 && !repeated_action_specified_ && in GetCurrentAction()