Searched refs:ActionFunc (Results 1 – 3 of 3) sorted by relevance
53 using ActionFunc = std::function<bool(Element*)>; variable62 void Action(ActionFunc f);
24 static bool wrapper_one(XmlNodeAction::ActionFunc& f, Element* el, SourcePathDiagnostics*) { in wrapper_one()33 void XmlNodeAction::Action(XmlNodeAction::ActionFunc f) { in Action()
158 typedef void (NuPlayer::*ActionFunc)(); typedef160 explicit SimpleAction(ActionFunc func) in SimpleAction()169 ActionFunc mFunc;