Searched refs:TypedExpectation (Results 1 – 2 of 2) 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 …]
7699 template <typename F> class TypedExpectation;8116 friend class ::testing::internal::TypedExpectation;8430 friend class TypedExpectation;8468 class TypedExpectation : public ExpectationBase {8474 TypedExpectation(FunctionMockerBase<F>* owner,8487 virtual ~TypedExpectation() {8498 TypedExpectation& With(const Matcher<const ArgumentTuple&>& m) {8516 TypedExpectation& Times(const Cardinality& a_cardinality) {8522 TypedExpectation& Times(int n) {8527 TypedExpectation& InSequence(const Sequence& s) {[all …]