Home
last modified time | relevance | path

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

/external/google-breakpad/src/testing/src/
Dgmock-spec-builders.cc79 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()
/external/google-breakpad/src/testing/include/gmock/
Dgmock-spec-builders.h858 bool repeated_action_specified_; // True if a WillRepeatedly() was specified. variable
1011 repeated_action_specified_ = true; in WillRepeatedly()
1154 if (action_count > 0 && !repeated_action_specified_ && in GetCurrentAction()