Searched refs:ActionFunc (Results 1 – 3 of 3) sorted by relevance
51 using ActionFunc = std::function<bool(Element*)>; variable62 void Action(ActionFunc f);
22 static bool wrapper_one(XmlNodeAction::ActionFunc& f, Element* el, SourcePathDiagnostics*) { in wrapper_one()31 void XmlNodeAction::Action(XmlNodeAction::ActionFunc f) { in Action()
157 typedef void (NuPlayer::*ActionFunc)(); typedef159 explicit SimpleAction(ActionFunc func) in SimpleAction()168 ActionFunc mFunc;