Home
last modified time | relevance | path

Searched refs:Aggregate (Results 1 – 4 of 4) sorted by relevance

/xen/tools/libs/light/
A Didl.py202 class Aggregate(Type): class
249 class Struct(Aggregate):
252 Aggregate.__init__(self, "struct", name, fields, **kwargs)
257 class Union(Aggregate):
264 Aggregate.__init__(self, "union", name, fields, **kwargs)
266 class KeyedUnion(Aggregate):
269 Aggregate.__init__(self, "union", name, [], **kwargs)
A Didl.txt146 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 Dgentypes.py11 if isinstance(ty, idl.Aggregate) and ty.typename is None:
40 elif isinstance(ty, idl.Aggregate):
163 if isinstance(ty, idl.Aggregate):
340 if isinstance(f.type, idl.Aggregate):
/xen/tools/golang/xenlight/
A Dgengotypes.py76 elif isinstance(ty, idl.Aggregate):

Completed in 9 milliseconds