Home
last modified time | relevance | path

Searched defs:_cffi_struct_union_s (Results 1 – 1 of 1) sorted by relevance

/external/python/cffi/cffi/
Dparse_c_type.h109 struct _cffi_struct_union_s { struct
110 const char *name;
111 int type_index; // -> _cffi_types, on a OP_STRUCT_UNION
112 int flags; // _CFFI_F_* flags below
113 size_t size;
114 int alignment;
115 int first_field_index; // -> _cffi_fields array
116 int num_fields;