Lines Matching refs:expectations

71 // mockers, and all expectations.
119 ::std::vector<ExpectationBase*> expectations(1, this);
120 while (!expectations.empty()) {
121 ExpectationBase* exp = expectations.back();
122 expectations.pop_back();
130 expectations.push_back(next);
141 ::std::vector<const ExpectationBase*> expectations(1, this);
142 while (!expectations.empty()) {
143 const ExpectationBase* exp = expectations.back();
144 expectations.pop_back();
151 expectations.push_back(next);
161 ::std::vector<const ExpectationBase*> expectations(1, this);
162 while (!expectations.empty()) {
163 const ExpectationBase* exp = expectations.back();
164 expectations.pop_back();
175 expectations.push_back(next);
394 // Verifies that all expectations on this mock function have been
431 // Deleting our expectations may trigger other mock objects to be deleted, for
434 // expectations within the context of the global mutex we may deadlock when
436 // expectations to delete, clear our set within the mutex, and then clear the
465 // expectations.
522 "means that its expectations aren't verified, which is "
619 // Verifies and clears all expectations on the given mock object. If
620 // the expectations aren't satisfied, generates one or more Google
628 // Verifies all expectations on the given mock object and clears its
629 // default actions and expectations. Returns true if and only if the
638 // Verifies and clears all expectations on the given mock object. If
639 // the expectations aren't satisfied, generates one or more Google
649 // Verifies and clears the expectations on each mock method in the