Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-spec-builders.h108 template <typename F> class TypedExpectation; variable
852 friend class TypedExpectation; variable
890 class TypedExpectation : public ExpectationBase {
908 ~TypedExpectation() override { in ~TypedExpectation()
943 TypedExpectation& Times(int n) { in Times()
948 TypedExpectation& InSequence(const Sequence& s) { in InSequence()
976 TypedExpectation& After(const ExpectationSet& s) { in After()
1045 TypedExpectation& RetiresOnSaturation() { in RetiresOnSaturation()
1631 TypedExpectation<F>* const expectation = in AddNewExpectation()
1741 TypedExpectation<F>* const exp = in FindMatchingExpectationLocked()
[all …]