Searched refs:appendSection (Results 1 – 5 of 5) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/ |
D | cgenerator.py | 303 def appendSection(self, section, text): member in COutputGenerator 357 self.appendSection(section, body) 451 self.appendSection('struct', body) 474 self.appendSection(section, body) 479 self.appendSection(section, '\n' + body) 490 self.appendSection('enum', body) 505 self.appendSection('command', prefix + decls[0] + '\n') 507 self.appendSection('commandPointer', decls[1])
|
D | schema_generator.py | 163 def appendSection(self, section, text): member in SchemaOutputGenerator 203 self.appendSection(section, body) 283 self.appendSection('struct', body) 293 self.appendSection(section, body)
|
D | json_c_generator.py | 255 def appendSection(self, section, text, extension): member in JSONCOutputGenerator 373 self.appendSection(section, body, extension) 615 self.appendSection('struct', body, extension) 659 self.appendSection(section, body, extension)
|
D | json_generator.py | 567 def appendSection(self, section, text): member in JSONOutputGenerator 688 self.appendSection(section, body) 954 self.appendSection('struct', body) 982 self.appendSection(section, body)
|
D | json_parser.py | 587 def appendSection(self, section, text): member in JSONParserGenerator 713 self.appendSection(section, body) 981 self.appendSection('struct', body) 1020 self.appendSection(section, body)
|