Searched refs:KeyedUnion (Results 1 – 6 of 6) sorted by relevance
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | gentypes.py | 39 if isinstance(ty, idl.KeyedUnion): 65 if isinstance(ty, idl.KeyedUnion): 109 if isinstance(ty, idl.KeyedUnion): 168 if isinstance(ty, idl.KeyedUnion): 213 if not isinstance(field.type, idl.KeyedUnion): 246 if isinstance(f.type, idl.KeyedUnion): 267 if isinstance(field.type, idl.KeyedUnion): 373 elif isinstance(ty, idl.KeyedUnion): 479 elif isinstance(ty, idl.KeyedUnion): 497 if isinstance(f.type, idl.KeyedUnion): [all …]
|
A D | idl.txt | 177 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 D | libxl_types.idl | 353 ("u", KeyedUnion(None, libxl_channel_connection, "connection", 525 ("u", KeyedUnion(None, libxl_domain_type, "type", 766 ("u", KeyedUnion(None, libxl_usbdev_type, "type", 798 ("u", KeyedUnion(None, libxl_channel_connection, "connection", 1013 ("u", KeyedUnion(None, libxl_event_type, "type",
|
A D | gentest.py | 43 elif isinstance(ty, idl.KeyedUnion):
|
A D | idl.py | 264 class KeyedUnion(Aggregate): class
|
/xen-4.10.0-shim-comet/tools/ocaml/libs/xl/ |
A D | genwrap.py | 87 elif isinstance(ty,idl.KeyedUnion): 111 if isinstance(f.type, idl.KeyedUnion): 134 elif isinstance(ty, idl.KeyedUnion): 304 elif isinstance(ty, idl.KeyedUnion): 402 elif isinstance(ty, idl.KeyedUnion): 486 if isinstance(f.type, idl.KeyedUnion):
|
Completed in 9 milliseconds