Home
last modified time | relevance | path

Searched defs:action1 (Results 1 – 2 of 2) sorted by relevance

/external/google-breakpad/src/testing/include/gmock/
Dgmock-actions.h856 DoBothAction(Action1 action1, Action2 action2) in DoBothAction()
875 Impl(const Action<VoidResult>& action1, const Action<F>& action2) in Impl()
/external/antlr/tool/src/test/java/org/antlr/test/
DTestAttributes.java550 String action1 = "$obj = $rule2.obj;"; in testReturnWithMultipleRuleRefs() local