Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h897 repeated_action_(DoDefault()) {} in TypedExpectation()
1046 repeated_action_ = action; in WillRepeatedly()
1081 const Action<F>& repeated_action() const { return repeated_action_; } in repeated_action()
1260 Action<F> repeated_action_; variable