Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h102 template <typename F> class TypedExpectation; variable
850 friend class TypedExpectation; variable
888 class TypedExpectation : public ExpectationBase {
907 virtual ~TypedExpectation() { in ~TypedExpectation()
942 TypedExpectation& Times(int n) { in Times()
947 TypedExpectation& InSequence(const Sequence& s) { in InSequence()
975 TypedExpectation& After(const ExpectationSet& s) { in After()
1044 TypedExpectation& RetiresOnSaturation() { in RetiresOnSaturation()
1624 TypedExpectation<F>* const expectation = in AddNewExpectation()
1737 TypedExpectation<F>* const exp = in FindMatchingExpectationLocked()
[all …]