Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/spec_tools/
Dmacro_checker_file.py167 class BlockType(Enum): class
180 return BlockType.REF_PAGE_LIKE
182 return BlockType.CODE
184 return BlockType.BOX
603 new_block_type = BlockType.lineToBlockType(line)
612 if new_block_type != BlockType.REF_PAGE_LIKE and self.prev_line_ref_page_tag:
659 if block_type == BlockType.REF_PAGE_LIKE:
676 if block_type == BlockType.CODE:
691 if old_top.block_type == BlockType.CODE:
694 elif old_top.block_type == BlockType.REF_PAGE_LIKE and old_top.refpage:
[all …]