Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
Dcomment_convert.py20 CONVERTIBLE_DEF_RE = re.compile(r"(?P<indentation> *)(def|class) .*:") variable
146 def_match = CONVERTIBLE_DEF_RE.match(line)