Home
last modified time | relevance | path

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

/external/chromium/testing/gmock/include/gmock/
Dgmock-spec-builders.h95 template <typename F> class TypedExpectation; variable
512 friend class ::testing::internal::TypedExpectation;
826 friend class TypedExpectation; variable
864 class TypedExpectation : public ExpectationBase {
870 TypedExpectation(FunctionMockerBase<F>* owner, in TypedExpectation() function
883 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 …]