Searched defs:enum_type (Results 1 – 11 of 11) sorted by relevance
77 struct enum_type { struct79 char *name;83 bool md_p;86 struct enum_value *values;89 struct enum_value **tail_ptr;92 unsigned int num_values;
71 using enum_type = T; typedef in protozero::pbf_message
47 using enum_type = T; typedef in protozero::pbf_builder
74 def make_enum_dict(enum_type): argument
253 def __init__(self, enum_type): argument
175 #define bpf_core_enum_value_exists(enum_type, enum_value) \ argument186 #define bpf_core_enum_value(enum_type, enum_value) \ argument
5189 enum_type, /* "enum" types. */ enumerator