Searched refs:untyped_expectations_ (Results 1 – 2 of 2) sorted by relevance
379 for (UntypedExpectations::const_iterator it = untyped_expectations_.begin(); in GetHandleOf()380 it != untyped_expectations_.end(); ++it) { in GetHandleOf()399 for (UntypedExpectations::const_iterator it = untyped_expectations_.begin(); in VerifyAndClearExpectationsLocked()400 it != untyped_expectations_.end(); ++it) { in VerifyAndClearExpectationsLocked()437 untyped_expectations_.swap(expectations_to_delete); in VerifyAndClearExpectationsLocked()
235 UntypedExpectations untyped_expectations_; variable1580 untyped_expectations_.push_back(untyped_expectation); in AddNewExpectation()1683 untyped_expectations_.rbegin(); in FindMatchingExpectationLocked()1684 it != untyped_expectations_.rend(); ++it) { in FindMatchingExpectationLocked()1711 const size_t count = untyped_expectations_.size(); in PrintTriedExpectationsLocked()1718 static_cast<TypedExpectation<F>*>(untyped_expectations_[i].get()); in PrintTriedExpectationsLocked()1793 if (untyped_expectations_.size() == 0) { in InvokeWith()