Searched refs:KeyedUnion (Results 1 – 6 of 6) sorted by relevance
| /tools/libs/light/ |
| 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 | 404 ("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 D | gentest.py | 45 elif isinstance(ty, idl.KeyedUnion):
|
| A D | idl.py | 266 class KeyedUnion(Aggregate): class
|
| /tools/golang/xenlight/ |
| A D | gengotypes.py | 137 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