Searched refs:TypedExpectation (Results 1 – 1 of 1) sorted by relevance
106 template <typename F> class TypedExpectation; variable546 friend class ::testing::internal::TypedExpectation;859 friend class TypedExpectation; variable895 class TypedExpectation : public ExpectationBase {901 TypedExpectation(FunctionMocker<F>* owner, const char* a_file, int a_line, in TypedExpectation() function913 ~TypedExpectation() override { in ~TypedExpectation()924 TypedExpectation& With(const Matcher<const ArgumentTuple&>& m) { in With()942 TypedExpectation& Times(const Cardinality& a_cardinality) { in Times()948 TypedExpectation& Times(int n) { in Times()953 TypedExpectation& InSequence(const Sequence& s) { in InSequence()[all …]