Home
last modified time | relevance | path

Searched refs:UntypedExpectations (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()
399 for (UntypedExpectations::const_iterator it = untyped_expectations_.begin(); in VerifyAndClearExpectationsLocked()
436 UntypedExpectations expectations_to_delete; in VerifyAndClearExpectationsLocked()
/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h205 using UntypedExpectations = std::vector<std::shared_ptr<ExpectationBase>>; variable
235 UntypedExpectations untyped_expectations_;
1682 for (typename UntypedExpectations::const_reverse_iterator it = in FindMatchingExpectationLocked()