Home
last modified time | relevance | path

Searched refs:Union (Results 1 – 4 of 4) sorted by relevance

/lvgl-latest/scripts/gdb/lvglgdb/
Dvalue.py3 from typing import Optional, Union
7 def __init__(self, value: Union[gdb.Value, 'Value']):
Dlvgl.py2 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/
Dupdate_version.py6 from typing import List, Union
52 def applyVersionToLine(self, line: str, version: Version) -> Union[str, None]:
/lvgl-latest/scripts/gen_json/
Dpycparser_monkeypatch.py204 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