Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-spec-builders.h906 repeated_action_(DoDefault()) {} in TypedExpectation()
1033 repeated_action_ = action; in WillRepeatedly()
1070 const Action<F>& repeated_action() const { return repeated_action_; } in repeated_action()
1232 Action<F> repeated_action_; variable