Home
last modified time | relevance | path

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

/external/google-breakpad/src/testing/include/gmock/
Dgmock-spec-builders.h886 repeated_action_(DoDefault()) {} in TypedExpectation()
1013 repeated_action_ = action; in WillRepeatedly()
1050 const Action<F>& repeated_action() const { return repeated_action_; } in repeated_action()
1217 Action<F> repeated_action_; variable
/external/googletest/googlemock/include/gmock/
Dgmock-spec-builders.h894 repeated_action_(DoDefault()) {} in TypedExpectation()
1021 repeated_action_ = action; in WillRepeatedly()
1058 const Action<F>& repeated_action() const { return repeated_action_; } in repeated_action()
1225 Action<F> repeated_action_; variable
/external/v8/testing/gmock/include/gmock/
Dgmock-spec-builders.h894 repeated_action_(DoDefault()) {} in TypedExpectation()
1021 repeated_action_ = action; in WillRepeatedly()
1058 const Action<F>& repeated_action() const { return repeated_action_; } in repeated_action()
1225 Action<F> repeated_action_; variable
/external/fmtlib/test/gmock/
Dgmock.h9458 repeated_action_(DoDefault()) {}
9585 repeated_action_ = action;
9622 const Action<F>& repeated_action() const { return repeated_action_; }
9789 Action<F> repeated_action_;