Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/
Dcgenerator.py224 def _endProtectComment(self, protect_str, protect_directive='#ifdef'): argument
225 if protect_directive is None or protect_str is None:
231 elif 'ifdef' in protect_directive:
280 … self._endProtectComment(protect_directive=self.genOpts.protectExtensionProto,
285 … self._endProtectComment(protect_directive=self.genOpts.protectProto,