Home
last modified time | relevance | path

Searched refs:TypedExpectation (Results 1 – 2 of 2) 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 …]
/external/ceres-solver/internal/ceres/gmock/
Dgmock.h7699 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 …]