Searched refs:unions (Results 1 – 4 of 4) sorted by relevance
/lvgl-latest/docs/ |
D | doc_builder.py | 228 unions = {} variable 349 unions=set(), 358 elif type_ in unions: 359 self._deps['unions'].add(unions[type_]) 482 self.unions = [] 706 unions=set(), 718 elif type_ in unions: 719 self._deps['unions'].add(unions[type_]) 1106 unions=set(), 1117 elif type_ in unions: [all …]
|
D | Doxyfile | 381 # When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and unions 392 # When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and unions 396 # to NO, structs, classes, and unions are shown on a separate page (for HTML and 1060 # classes, structs, unions or interfaces.
|
/lvgl-latest/docs/details/integration/bindings/ |
D | api_json.rst | 46 - unions 68 - ``"field"``: This type is used to describe fields in structures and unions. 449 "unions":[],
|
/lvgl-latest/scripts/gen_json/ |
D | pycparser_monkeypatch.py | 72 unions = {} variable 709 unions = [] # NOQA 737 unions.append(item) 802 'unions': unions,
|