Home
last modified time | relevance | path

Searched refs:KeyedUnion (Results 1 – 6 of 6) sorted by relevance

/tools/libs/light/
A Dgentypes.py41 if isinstance(ty, idl.KeyedUnion):
67 if isinstance(ty, idl.KeyedUnion):
111 if isinstance(ty, idl.KeyedUnion):
183 if isinstance(ty, idl.KeyedUnion):
228 if not isinstance(field.type, idl.KeyedUnion):
261 if isinstance(f.type, idl.KeyedUnion):
282 if isinstance(field.type, idl.KeyedUnion):
380 elif isinstance(ty, idl.KeyedUnion):
490 elif isinstance(ty, idl.KeyedUnion):
508 if isinstance(f.type, idl.KeyedUnion):
[all …]
A Didl.txt177 idl.KeyedUnion
181 upon another member in the containing type. An idl.KeyedUnion must
184 The KeyedUnion.keyvar contains an idl.Field, this is the member of
A Dlibxl_types.idl404 ("u", KeyedUnion(None, libxl_channel_connection, "connection",
641 ("u", KeyedUnion(None, libxl_domain_type, "type",
935 ("u", KeyedUnion(None, libxl_usbdev_type, "type",
978 ("u", KeyedUnion(None, libxl_channel_connection, "connection",
1299 ("u", KeyedUnion(None, libxl_event_type, "type",
1343 ("u", KeyedUnion(None, libxl_psr_feat_type, "type",
A Dgentest.py45 elif isinstance(ty, idl.KeyedUnion):
A Didl.py266 class KeyedUnion(Aggregate): class
/tools/golang/xenlight/
A Dgengotypes.py137 elif isinstance(f.type, idl.KeyedUnion):
276 elif isinstance(f.type, idl.KeyedUnion):
483 elif isinstance(f.type, idl.KeyedUnion):
667 if not isinstance(f.type, idl.KeyedUnion):

Completed in 26 milliseconds