Searched refs:repeated_action_specified_ (Results 1 – 2 of 2) sorted by relevance
79 repeated_action_specified_(false), in ExpectationBase()198 (action_count == upper_bound && repeated_action_specified_)) { in CheckActionCountIfNotDone()201 !repeated_action_specified_) { in CheckActionCountIfNotDone()216 if (repeated_action_specified_) { in CheckActionCountIfNotDone()
858 bool repeated_action_specified_; // True if a WillRepeatedly() was specified. variable1011 repeated_action_specified_ = true; in WillRepeatedly()1154 if (action_count > 0 && !repeated_action_specified_ && in GetCurrentAction()