Home
last modified time | relevance | path

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

/third_party/googletest/googlemock/src/
Dgmock-spec-builders.cc508 for (UntypedExpectations::const_iterator it = in GetHandleOf()
529 for (UntypedExpectations::const_iterator it = in VerifyAndClearExpectationsLocked()
560 UntypedExpectations expectations_to_delete; in VerifyAndClearExpectationsLocked()
/third_party/googletest/googlemock/include/gmock/
Dgmock-spec-builders.h229 using UntypedExpectations = std::vector<std::shared_ptr<ExpectationBase>>; variable
256 UntypedExpectations untyped_expectations_;
1737 for (typename UntypedExpectations::const_reverse_iterator it = in FindMatchingExpectationLocked()