Searched refs:Union (Results 1 – 4 of 4) sorted by relevance
/lvgl-latest/scripts/gdb/lvglgdb/ |
D | value.py | 3 from typing import Optional, Union 7 def __init__(self, value: Union[gdb.Value, 'Value']):
|
D | lvgl.py | 2 from typing import Iterator, Union, Optional 19 def __init__(self, ll: Value, nodetype: Union[gdb.Type, str] = None): 170 def set_lvgl_instance(lv_global: Union[gdb.Value, Value, None]):
|
/lvgl-latest/scripts/ |
D | update_version.py | 6 from typing import List, Union 52 def applyVersionToLine(self, line: str, version: Version) -> Union[str, None]:
|
/lvgl-latest/scripts/gen_json/ |
D | pycparser_monkeypatch.py | 204 if isinstance(self.parent, (Struct, Union)): 231 if isinstance(self.type, (Struct, Union)): 648 (Struct, Union) 689 (Struct, Union) 1248 elif isinstance(self.type, (Union, Struct)): 1304 isinstance(self.type.type, Union) 1449 if isinstance(self.type.type, (Struct, Union)): 1585 class Union(c_ast.Union): class 1711 Union
|