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

  /xsrc/external/mit/libxcb/dist/src/
c_client.py 461 if not field.type.fixed_size() and not field.type.is_case_or_bitcase and field.wire:
520 if not self.is_case_or_bitcase:
554 return field.parent and field.parent.is_case_or_bitcase
622 if f.type.is_case_or_bitcase and not f.type.has_name:
643 sep = '.' if (obj.is_switch or obj.is_case_or_bitcase) else '->'
646 if not obj.is_case_or_bitcase or (obj.is_case_or_bitcase and obj.has_name):
834 def _c_serialize_helper_insert_padding(context, complex_type, code_lines, space, postpone, is_case_or_bitcase):
836 if is_case_or_bitcase:
859 if is_case_or_bitcase
    [all...]
  /xsrc/external/mit/xcb-proto/dist/xcbgen/
expr.py 166 if p.is_case_or_bitcase:
xtypes.py 49 self.is_case_or_bitcase = False
1085 self.is_case_or_bitcase = True

Completed in 7 milliseconds