Home
last modified time | relevance | path

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

/external/chromium/testing/gmock/include/gmock/
Dgmock-spec-builders.h881 repeated_action_(DoDefault()) {} in TypedExpectation()
1008 repeated_action_ = action; in WillRepeatedly()
1045 const Action<F>& repeated_action() const { return repeated_action_; } in repeated_action()
1209 Action<F> repeated_action_; variable
/external/ceres-solver/internal/ceres/gmock/
Dgmock.h8485 repeated_action_(DoDefault()) {}
8612 repeated_action_ = action;
8649 const Action<F>& repeated_action() const { return repeated_action_; }
8813 Action<F> repeated_action_;