Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h111 class TypedExpectation; variable
523 friend class ::testing::internal::TypedExpectation;
838 friend class TypedExpectation; variable
874 class TypedExpectation; variable
878 class TypedExpectation<R(Args...)> : public ExpectationBase {
887 TypedExpectation(FunctionMocker<F>* owner, const char* a_file, int a_line, in TypedExpectation() function
899 ~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 …]