Searched refs:TypedExpectation (Results 1 – 1 of 1) sorted by relevance
111 class TypedExpectation; variable523 friend class ::testing::internal::TypedExpectation;838 friend class TypedExpectation; variable874 class TypedExpectation; variable878 class TypedExpectation<R(Args...)> : public ExpectationBase {887 TypedExpectation(FunctionMocker<F>* owner, const char* a_file, int a_line, in TypedExpectation() function899 ~TypedExpectation() override { in ~TypedExpectation()910 TypedExpectation& With(const Matcher<const ArgumentTuple&>& m) { in With()929 TypedExpectation& Description(std::string name) { in Description()935 TypedExpectation& Times(const Cardinality& a_cardinality) { in Times()[all …]