Home
last modified time | relevance | path

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

/lvgl-latest/scripts/gen_json/
Dpycparser_monkeypatch.py560 _structures = {} variable
735 _structures[item['name']] = item
1366 if type_dict['name'] in _structures:
1367 _structures[type_dict['name']]['name'] = self.name
1369 if 'quals' in _structures[type_dict['name']]:
1370 _structures[type_dict['name']]['quals'].extend(
1374 _structures[type_dict['name']]['quals'] = type_dict['quals']
1378 not _structures[type_dict['name']]['docstring']
1380 _structures[type_dict['name']]['docstring'] = (
1398 not _structures[type_dict['name']]['docstring']
[all …]