Home | History | Annotate | Download | only in core

Lines Matching refs:action

18 // OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
55 typedef std::function<void (event &)> action;
58 action action_ok, action action_fail);
91 action action_ok;
92 action action_fail;
114 action action = [](event &){});
135 action profile(command_queue &q, const action &action) const;
153 bool trigger, action action = [](event &){});