Searched refs:KeyedUnion (Results 1 – 7 of 7) sorted by relevance
/xen/tools/libxl/ |
A D | gentypes.py | 41 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 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 | 377 ("u", KeyedUnion(None, libxl_channel_connection, "connection", 561 ("u", KeyedUnion(None, libxl_domain_type, "type", 815 ("u", KeyedUnion(None, libxl_usbdev_type, "type", 853 ("u", KeyedUnion(None, libxl_channel_connection, "connection", 1168 ("u", KeyedUnion(None, libxl_event_type, "type", 1212 ("u", KeyedUnion(None, libxl_psr_feat_type, "type",
|
A D | gentest.py | 45 elif isinstance(ty, idl.KeyedUnion):
|
A D | idl.py | 266 class KeyedUnion(Aggregate): class
|
/xen/tools/ocaml/libs/xl/ |
A D | genwrap.py | 90 elif isinstance(ty,idl.KeyedUnion): 114 if isinstance(f.type, idl.KeyedUnion): 137 elif isinstance(ty, idl.KeyedUnion): 307 elif isinstance(ty, idl.KeyedUnion): 405 elif isinstance(ty, idl.KeyedUnion): 489 if isinstance(f.type, idl.KeyedUnion):
|
/xen/tools/golang/xenlight/ |
A D | gengotypes.py | 128 elif isinstance(f.type, idl.KeyedUnion): 267 elif isinstance(f.type, idl.KeyedUnion): 470 elif isinstance(f.type, idl.KeyedUnion): 649 if not isinstance(f.type, idl.KeyedUnion):
|
Completed in 9 milliseconds