Home
last modified time | relevance | path

Searched refs:repeated_action_ (Results 1 – 1 of 1) 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