Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/unittest/googlemock/src/
H A Dgmock-spec-builders.cc488 for (UntypedExpectations::const_iterator it = in GetHandleOf()
509 for (UntypedExpectations::const_iterator it = in VerifyAndClearExpectationsLocked()
540 UntypedExpectations expectations_to_delete; in VerifyAndClearExpectationsLocked()
/llvm-project-15.0.7/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-spec-builders.h223 using UntypedExpectations = std::vector<std::shared_ptr<ExpectationBase>>; variable
250 UntypedExpectations untyped_expectations_;
1738 for (typename UntypedExpectations::const_reverse_iterator it = in FindMatchingExpectationLocked()