Searched refs:Aggregate (Results 1 – 4 of 4) sorted by relevance
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | idl.py | 200 class Aggregate(Type): class 247 class Struct(Aggregate): 250 Aggregate.__init__(self, "struct", name, fields, **kwargs) 255 class Union(Aggregate): 262 Aggregate.__init__(self, "union", name, fields, **kwargs) 264 class KeyedUnion(Aggregate): 267 Aggregate.__init__(self, "union", name, [], **kwargs)
|
A D | idl.txt | 146 idl.Aggregate 151 The contained types are available in the list Aggregate.fields. Each 167 A subclass of idl.Aggregate representing the C struct type. 173 A subclass of idl.Aggregate representing the C union type. 179 A subclass of idl.Aggregate which represents the C union type 182 always be a member of a containing idl.Aggregate type. 191 always be an idl.Field of a containing idl.Aggregate. 197 idl.Aggregate and will contain the length of the array. The field
|
A D | gentypes.py | 9 if isinstance(ty, idl.Aggregate) and ty.typename is None: 38 elif isinstance(ty, idl.Aggregate): 161 if isinstance(ty, idl.Aggregate): 333 if isinstance(f.type, idl.Aggregate):
|
/xen-4.10.0-shim-comet/tools/ocaml/libs/xl/ |
A D | genwrap.py | 89 elif isinstance(ty,idl.Aggregate): 211 elif isinstance(ty, idl.Aggregate): 335 elif isinstance(ty, idl.Aggregate) and (parent is None or ty.rawname is None): 431 elif isinstance(ty,idl.Aggregate) and (parent is None or ty.rawname is None):
|
Completed in 6 milliseconds