HomeSort by: relevance | last modified time | path
    Searched refs:complex_type (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/xcb-proto/dist/xcbgen/
xtypes.py 79 def make_member_of(self, module, complex_type, field_type, field_name, visible, wire, auto, enum=None, is_fd=False):
85 complex_type is the structure object.
91 for (idx, field) in enumerate(complex_type.fields):
93 complex_type.fields[idx] = new_field
96 complex_type.fields.append(new_field)
97 new_field.parent = complex_type
99 def make_fd_of(self, module, complex_type, fd_name):
105 for (idx, field) in enumerate(complex_type.fields):
107 complex_type.fields[idx] = new_fd
110 complex_type.fields.append(new_fd
    [all...]
  /xsrc/external/mit/libxcb/dist/src/
c_client.py 598 def _c_helper_field_mapping(complex_type, prefix, flat=False):
600 generate absolute names, based on prefix, for all fields starting from complex_type
604 if complex_type.is_switch:
605 for b in complex_type.bitcases:
615 for f in complex_type.fields:
834 def _c_serialize_helper_insert_padding(context, complex_type, code_lines, space, postpone, is_case_or_bitcase):
1283 def _c_serialize_helper(context, complex_type,
1289 if hasattr(complex_type, 'type'):
1290 self = complex_type.type
1291 complex_name = complex_type.nam
    [all...]

Completed in 10 milliseconds