Searched refs:EntityData (Results 1 - 4 of 4) sorted by relevance
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/ |
H A D | base_printer.py | 14 from .shared import EntityData, Message, MessageContext, MessageType namespace 190 if isinstance(obj, EntityData):
|
H A D | entity_db.py | 12 NON_EXISTENT_MACROS, EntityData) 232 """Look up EntityData by macro and entity pair. 238 """Look up EntityData by entity name (case-sensitive). 257 """Look up EntityData by entity name (case-insensitive). 523 data = EntityData(
|
H A D | shared.py | 89 EntityData = namedtuple( variable 90 'EntityData', ['entity', 'macro', 'elem', 'filename', 'category', 'directory'])
|
H A D | macro_checker_file.py | 16 EXTENSION_CATEGORY, NON_EXISTENT_MACROS, EntityData, 972 if not isinstance(self.current_ref_page, EntityData): 1639 data -- An EntityData value corresponding to this entity. If not provided, will be looked up by newEntity.
|
Completed in 4 milliseconds