Home
last modified time | relevance | path

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

/external/cronet/third_party/protobuf/src/google/protobuf/compiler/js/
Djs_generator.h62 struct GeneratorOptions { struct
78 GeneratorOptions() in GeneratorOptions() argument
159 void GenerateHeader(const GeneratorOptions& options,
163 void FindProvides(const GeneratorOptions& options, io::Printer* printer,
166 void FindProvidesForFile(const GeneratorOptions& options,
169 void FindProvidesForMessage(const GeneratorOptions& options,
172 void FindProvidesForEnum(const GeneratorOptions& options,
176 void FindProvidesForFields(const GeneratorOptions& options,
181 void GenerateProvides(const GeneratorOptions& options, io::Printer* printer,
185 void GenerateTestOnly(const GeneratorOptions& options,
[all …]
Djs_generator.cc105 std::string GetJSFilename(const GeneratorOptions& options, in GetJSFilename()
152 std::string GetNamespace(const GeneratorOptions& options, in GetNamespace()
182 std::string GetPrefix(const GeneratorOptions& options, in GetPrefix()
195 std::string GetMessagePathPrefix(const GeneratorOptions& options, in GetMessagePathPrefix()
202 std::string GetMessagePath(const GeneratorOptions& options, in GetMessagePath()
209 std::string GetEnumPathPrefix(const GeneratorOptions& options, in GetEnumPathPrefix()
217 std::string GetEnumPath(const GeneratorOptions& options, in GetEnumPath()
222 std::string MaybeCrossFileRef(const GeneratorOptions& options, in MaybeCrossFileRef()
225 if ((options.import_style == GeneratorOptions::kImportCommonJs || in MaybeCrossFileRef()
226 options.import_style == GeneratorOptions::kImportCommonJsStrict) && in MaybeCrossFileRef()
[all …]
/external/gfxstream-protocols/registry/vulkan/scripts/
Dcgenerator.py9 from generator import (GeneratorOptions, OutputGenerator, noneStr,
13 class CGeneratorOptions(GeneratorOptions):
77 GeneratorOptions.__init__(self, **kwargs)
Ddocgenerator.py9 from generator import GeneratorOptions, OutputGenerator, noneStr, write
43 class DocGeneratorOptions(GeneratorOptions):
98 GeneratorOptions.__init__(self, **kwargs)
Dextensionmetadocgenerator.py11 from generator import GeneratorOptions, OutputGenerator, regSortFeatures, write
13 class ExtensionMetaDocGeneratorOptions(GeneratorOptions):
Dreg.py14 from generator import OutputGenerator, GeneratorOptions, write
275 self.genOpts = GeneratorOptions()
Dgenerator.py105 class GeneratorOptions: class
/external/vulkan-headers/registry/
Dcgenerator.py10 from generator import (GeneratorOptions,
15 class CGeneratorOptions(GeneratorOptions):
92 GeneratorOptions.__init__(self, **kwargs)
Dreg.py15 from generator import GeneratorOptions, OutputGenerator, noneStr, write
317 self.genOpts = GeneratorOptions(apiname = APIConventions().xml_api_name)
Dgenerator.py144 class GeneratorOptions: class
/external/angle/third_party/vulkan-deps/vulkan-headers/src/registry/
Dcgenerator.py10 from generator import (GeneratorOptions,
15 class CGeneratorOptions(GeneratorOptions):
92 GeneratorOptions.__init__(self, **kwargs)
Dreg.py15 from generator import GeneratorOptions, OutputGenerator, noneStr, write
415 self.genOpts = GeneratorOptions(apiname = APIConventions().xml_api_name)
Dgenerator.py144 class GeneratorOptions: class
/external/vulkan-validation-layers/scripts/
Ddispatch_table_helper_generator.py30 class DispatchTableHelperOutputGeneratorOptions(GeneratorOptions):
51 GeneratorOptions.__init__(self, conventions, filename, directory, apiname, profile,
Dlayer_dispatch_table_generator.py36 class LayerDispatchTableGeneratorOptions(GeneratorOptions):
61 GeneratorOptions.__init__(self, conventions, filename, directory, apiname, profile,
Dlayer_chassis_generator.py63 class LayerChassisGeneratorOptions(GeneratorOptions):
89 GeneratorOptions.__init__(self, conventions, filename, directory, apiname, profile,
Dthread_safety_generator.py60 class ThreadGeneratorOptions(GeneratorOptions):
85 GeneratorOptions.__init__(self, conventions, filename, directory, apiname, profile,
Dobject_tracker_generator.py65 class ObjectTrackerGeneratorOptions(GeneratorOptions):
91 GeneratorOptions.__init__(self, conventions, filename, directory, apiname, profile,
Dlayer_chassis_dispatch_generator.py62 class LayerChassisDispatchGeneratorOptions(GeneratorOptions):
87 GeneratorOptions.__init__(self, conventions, filename, directory, apiname, profile,
Dhelper_file_generator.py32 class HelperFileOutputGeneratorOptions(GeneratorOptions):
57 GeneratorOptions.__init__(self, conventions, filename, directory, apiname, profile,
Dparameter_validation_generator.py65 class ParameterValidationGeneratorOptions(GeneratorOptions):
88 GeneratorOptions.__init__(self, conventions, filename, directory, apiname, profile,
/external/gfxstream-protocols/registry/vulkan/scripts/Retired/
DextensionStubSource.py50 class StubExtGeneratorOptions(GeneratorOptions):
66 GeneratorOptions.__init__(self, filename, directory, apiname, profile,
/external/cronet/third_party/protobuf/js/
DREADME.md131 are specified and documented in the `GeneratorOptions` struct in