Lines Matching full:enum
61 """ Entry within an enum declared in the Netlink spec.
65 enum_set back reference to the enum
66 value numerical value of this enum (use accessors in most situations!)
69 raw_value raw value, i.e. the id in the enum, unlike user value which is a mask for flags
101 """ Enum type
107 type enum or flags
253 enum string, name of the enum definition
263 self.enum = yaml.get('enum')
418 msg_id_model enum-model for operations (unified, directional etc.)
449 self.msg_id_model = self.yaml['operations'].get('enum-model', 'unified')
583 if elem['type'] == 'enum' or elem['type'] == 'flags':