/third_party/protobuf/src/google/protobuf/compiler/js/ |
H A D | js_generator.h | 62 struct GeneratorOptions { struct 78 GeneratorOptions() in GeneratorOptions() function 162 void GenerateHeader(const GeneratorOptions& options, 166 void FindProvides(const GeneratorOptions& options, io::Printer* printer, 169 void FindProvidesForFile(const GeneratorOptions& options, 172 void FindProvidesForMessage(const GeneratorOptions& options, 175 void FindProvidesForEnum(const GeneratorOptions& options, 179 void FindProvidesForFields(const GeneratorOptions& options, 184 void GenerateProvides(const GeneratorOptions& options, io::Printer* printer, 188 void GenerateTestOnly(const GeneratorOptions [all...] |
H A D | js_generator.cc | 119 std::string GetJSFilename(const GeneratorOptions& options, in GetJSFilename() 166 std::string GetNamespace(const GeneratorOptions& options, in GetNamespace() 196 std::string GetPrefix(const GeneratorOptions& options, in GetPrefix() 209 std::string GetMessagePathPrefix(const GeneratorOptions& options, in GetMessagePathPrefix() 216 std::string GetMessagePath(const GeneratorOptions& options, in GetMessagePath() 223 std::string GetEnumPathPrefix(const GeneratorOptions& options, in GetEnumPathPrefix() 231 std::string GetEnumPath(const GeneratorOptions& options, in GetEnumPath() 236 std::string MaybeCrossFileRef(const GeneratorOptions& options, in MaybeCrossFileRef() 239 if ((options.import_style == GeneratorOptions::kImportCommonJs || in MaybeCrossFileRef() 240 options.import_style == GeneratorOptions in MaybeCrossFileRef() [all...] |
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | json_h_generator.py | 15 from generator import (GeneratorOptions, OutputGenerator, noneStr, namespace 41 class JSONHeaderGeneratorOptions(GeneratorOptions): 42 """JSONHeaderGeneratorOptions - subclass of GeneratorOptions. 66 GeneratorOptions.__init__(self, **kwargs)
|
H A D | schema_generator.py | 13 from generator import (GeneratorOptions, OutputGenerator, noneStr, namespace 41 class SchemaGeneratorOptions(GeneratorOptions): 42 """SchemaGeneratorOptions - subclass of GeneratorOptions. 66 GeneratorOptions.__init__(self, **kwargs)
|
H A D | cgenerator.py | 10 from generator import (GeneratorOptions, namespace 15 class CGeneratorOptions(GeneratorOptions): 16 """CGeneratorOptions - subclass of GeneratorOptions. 92 GeneratorOptions.__init__(self, **kwargs)
|
H A D | docgenerator.py | 9 from generator import GeneratorOptions, OutputGenerator, noneStr, write namespace 48 class DocGeneratorOptions(GeneratorOptions): 49 """DocGeneratorOptions - subclass of GeneratorOptions for 103 GeneratorOptions.__init__(self, **kwargs)
|
H A D | json_c_generator.py | 15 from generator import (GeneratorOptions, OutputGenerator, noneStr, namespace 90 class JSONCGeneratorOptions(GeneratorOptions): 91 """JSONCGeneratorOptions - subclass of GeneratorOptions. 115 GeneratorOptions.__init__(self, **kwargs)
|
H A D | json_generator.py | 14 from generator import (GeneratorOptions, OutputGenerator, noneStr, namespace 255 class JSONGeneratorOptions(GeneratorOptions): 256 """JSONGeneratorOptions - subclass of GeneratorOptions. 282 GeneratorOptions.__init__(self, **kwargs)
|
H A D | json_parser.py | 15 from generator import (GeneratorOptions, OutputGenerator, noneStr, namespace 306 class JSONParserOptions(GeneratorOptions): 307 """JSONParserOptions - subclass of GeneratorOptions. 332 GeneratorOptions.__init__(self, **kwargs)
|
H A D | extensionmetadocgenerator.py | 11 from generator import GeneratorOptions, OutputGenerator, regSortFeatures, write namespace 14 class ExtensionMetaDocGeneratorOptions(GeneratorOptions): 15 """ExtensionMetaDocGeneratorOptions - subclass of GeneratorOptions.
|
H A D | genRef.py | 20 from generator import GeneratorOptions namespace 1001 genOpts = GeneratorOptions(apiname = conventions.xml_api_name)
|
H A D | generator.py | 114 """Error raised when a Generator tries to do something that requires GeneratorOptions but it is None.""" 143 class GeneratorOptions: class 358 """The GeneratorOptions subclass instance.""" 874 - genOpts - GeneratorOptions controlling what is generated and how"""
|
H A D | reg.py | 15 from generator import GeneratorOptions, OutputGenerator, noneStr, write namespace 415 self.genOpts = GeneratorOptions(apiname = APIConventions().xml_api_name)
|
/third_party/vulkan-loader/scripts/ |
H A D | dispatch_table_helper_generator.py | 35 # DispatchTableHelperOutputGeneratorOptions - subclass of GeneratorOptions. 36 class DispatchTableHelperOutputGeneratorOptions(GeneratorOptions): 58 GeneratorOptions.__init__(self,
|
H A D | helper_file_generator.py | 31 # HelperFileOutputGeneratorOptions - subclass of GeneratorOptions. 32 class HelperFileOutputGeneratorOptions(GeneratorOptions): 58 GeneratorOptions.__init__(self,
|
H A D | loader_extension_generator.py | 120 # LoaderExtensionGeneratorOptions - subclass of GeneratorOptions. 121 class LoaderExtensionGeneratorOptions(GeneratorOptions): 147 GeneratorOptions.__init__(self,
|
/third_party/vulkan-headers/registry/ |
H A D | cgenerator.py | 10 from generator import (GeneratorOptions, namespace 15 class CGeneratorOptions(GeneratorOptions): 16 """CGeneratorOptions - subclass of GeneratorOptions. 92 GeneratorOptions.__init__(self, **kwargs)
|
H A D | generator.py | 114 """Error raised when a Generator tries to do something that requires GeneratorOptions but it is None.""" 143 class GeneratorOptions: class 358 """The GeneratorOptions subclass instance.""" 874 - genOpts - GeneratorOptions controlling what is generated and how"""
|
H A D | reg.py | 15 from generator import GeneratorOptions, OutputGenerator, noneStr, write namespace 415 self.genOpts = GeneratorOptions(apiname = APIConventions().xml_api_name)
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/Retired/ |
H A D | extensionStubSource.py | 40 # StubExtGeneratorOptions - subclass of GeneratorOptions. 50 class StubExtGeneratorOptions(GeneratorOptions): 66 GeneratorOptions.__init__(self, filename, directory, apiname, profile,
|
/third_party/EGL/api/ |
H A D | reg.py | 189 # GeneratorOptions - base class for options used during header production 217 class GeneratorOptions: class 247 # CGeneratorOptions - subclass of GeneratorOptions. 273 class CGeneratorOptions(GeneratorOptions): 294 GeneratorOptions.__init__(self, filename, apiname, profile, 320 # genOpts - GeneratorOptions controlling what's generated and how 659 # genOpts - GeneratorOptions object used to control which 985 # genOpts - GeneratorOptions object with parameters used
|
/third_party/openGLES/xml/ |
H A D | reg.py | 188 # GeneratorOptions - base class for options used during header production 216 class GeneratorOptions: class 246 # CGeneratorOptions - subclass of GeneratorOptions. 272 class CGeneratorOptions(GeneratorOptions): 293 GeneratorOptions.__init__(self, filename, apiname, profile, 319 # genOpts - GeneratorOptions controlling what's generated and how 650 # genOpts - GeneratorOptions object used to control which 976 # genOpts - GeneratorOptions object with parameters used
|
/third_party/skia/third_party/externals/opengl-registry/xml/ |
H A D | reg.py | 199 # GeneratorOptions - base class for options used during header production 227 class GeneratorOptions: class 257 # CGeneratorOptions - subclass of GeneratorOptions. 283 class CGeneratorOptions(GeneratorOptions): 304 GeneratorOptions.__init__(self, filename, apiname, profile, 330 # genOpts - GeneratorOptions controlling what's generated and how 661 # genOpts - GeneratorOptions object used to control which 987 # genOpts - GeneratorOptions object with parameters used
|
/third_party/skia/third_party/externals/egl-registry/api/ |
H A D | reg.py | 200 # GeneratorOptions - base class for options used during header production 228 class GeneratorOptions: class 258 # CGeneratorOptions - subclass of GeneratorOptions. 284 class CGeneratorOptions(GeneratorOptions): 305 GeneratorOptions.__init__(self, filename, apiname, profile, 331 # genOpts - GeneratorOptions controlling what's generated and how 670 # genOpts - GeneratorOptions object used to control which 996 # genOpts - GeneratorOptions object with parameters used
|