Searched refs:is_action (Results 1 – 2 of 2) sorted by relevance
28 static unsigned is_action(const char *desired,83 static unsigned is_action(const char *desired, const char *actual) in is_action() function90 return is_action("change", action); in is_action_change()95 return is_action("remove", action); in is_action_remove()
23 struct is_action : public std::false_type {}; struct26 struct is_action<T, typename rxu::types_checked_from<typename T::action_tag>::type> struct