Searched refs:TypedExpectation (Results 1 – 1 of 1) sorted by relevance
95 template <typename F> class TypedExpectation; variable512 friend class ::testing::internal::TypedExpectation;826 friend class TypedExpectation; variable864 class TypedExpectation : public ExpectationBase {870 TypedExpectation(FunctionMockerBase<F>* owner, in TypedExpectation() function883 virtual ~TypedExpectation() { in ~TypedExpectation()894 TypedExpectation& With(const Matcher<const ArgumentTuple&>& m) { in With()912 TypedExpectation& Times(const Cardinality& a_cardinality) { in Times()918 TypedExpectation& Times(int n) { in Times()923 TypedExpectation& InSequence(const Sequence& s) { in InSequence()[all …]