Home
last modified time | relevance | path

Searched refs:repeated_action_specified_ (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/googletest/googlemock/src/
H A Dgmock-spec-builders.cc93 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()
/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h866 bool repeated_action_specified_; // True if a WillRepeatedly() was specified. variable
1044 repeated_action_specified_ = true; in WillRepeatedly()
1191 if (action_count > 0 && !repeated_action_specified_ && in GetCurrentAction()