Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googlemock/src/
H A Dgmock-spec-builders.cc379 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()
/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h235 UntypedExpectations untyped_expectations_; variable
1580 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()