Searched refs:ComplexType (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xcb-proto/dist/xcbgen/
H A Dxtypes.py346 # resolve() could have changed the size (ComplexType starts with size 0)
507 class ComplexType(Type): class in inherits:Type
766 class SwitchType(ComplexType):
775 ComplexType.__init__(self, name, elt)
991 class Struct(ComplexType):
998 class Union(ComplexType):
1003 ComplexType.__init__(self, name, elt)
1069 class CaseOrBitcaseType(ComplexType):
1080 ComplexType.__init__(self, name, elt)
1113 ComplexType
[all...]

Completed in 4 milliseconds