Home
last modified time | relevance | path

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

/third_party/googletest/googlemock/include/gmock/
Dgmock-spec-builders.h106 template <typename F> class TypedExpectation; variable
546 friend class ::testing::internal::TypedExpectation;
859 friend class TypedExpectation; variable
895 class TypedExpectation : public ExpectationBase {
901 TypedExpectation(FunctionMocker<F>* owner, const char* a_file, int a_line, in TypedExpectation() function
913 ~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 …]