Home
last modified time | relevance | path

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

/external/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.cc121 std::string GetJSFilename(const GeneratorOptions& options, in GetJSFilename()
168 std::string GetNamespace(const GeneratorOptions& options, in GetNamespace()
198 std::string GetPrefix(const GeneratorOptions& options, in GetPrefix()
211 std::string GetMessagePathPrefix(const GeneratorOptions& options, in GetMessagePathPrefix()
218 std::string GetMessagePath(const GeneratorOptions& options, in GetMessagePath()
225 std::string GetEnumPathPrefix(const GeneratorOptions& options, in GetEnumPathPrefix()
233 std::string GetEnumPath(const GeneratorOptions& options, in GetEnumPath()
238 std::string MaybeCrossFileRef(const GeneratorOptions& options, in MaybeCrossFileRef()
241 if ((options.import_style == GeneratorOptions::kImportCommonJs || in MaybeCrossFileRef()
242 options.import_style == GeneratorOptions::kImportCommonJsStrict) && in MaybeCrossFileRef()
[all …]
/external/vulkan-headers/registry/
Dcgenerator.py9 from generator import (GeneratorOptions, OutputGenerator, noneStr,
13 class CGeneratorOptions(GeneratorOptions):
72 GeneratorOptions.__init__(self, **kwargs)
Dreg.py14 from generator import OutputGenerator, GeneratorOptions, write
269 self.genOpts = GeneratorOptions()
Dgenerator.py102 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_chassis_generator.py63 class LayerChassisGeneratorOptions(GeneratorOptions):
89 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,
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/protobuf/js/
DREADME.md137 are specified and documented in the `GeneratorOptions` struct in