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.h53 struct GeneratorOptions { struct
78 GeneratorOptions() in GeneratorOptions() argument
114 void GenerateHeader(const GeneratorOptions& options,
118 void FindProvides(const GeneratorOptions& options,
122 void FindProvidesForFile(const GeneratorOptions& options,
126 void FindProvidesForMessage(const GeneratorOptions& options,
130 void FindProvidesForEnum(const GeneratorOptions& options,
135 void FindProvidesForFields(const GeneratorOptions& options,
140 void GenerateProvides(const GeneratorOptions& options,
145 void GenerateTestOnly(const GeneratorOptions& options,
[all …]
Djs_generator.cc192 string GetPath(const GeneratorOptions& options, in GetPath()
205 string GetPath(const GeneratorOptions& options,
210 string GetPrefix(const GeneratorOptions& options, in GetPrefix()
231 string GetPath(const GeneratorOptions& options, in GetPath()
241 string GetPath(const GeneratorOptions& options, in GetPath()
248 string GetPath(const GeneratorOptions& options, in GetPath()
258 string GetPath(const GeneratorOptions& options, in GetPath()
265 string MaybeCrossFileRef(const GeneratorOptions& options, in MaybeCrossFileRef()
268 if (options.import_style == GeneratorOptions::IMPORT_COMMONJS && in MaybeCrossFileRef()
279 string SubmessageTypeRef(const GeneratorOptions& options, in SubmessageTypeRef()
[all …]
/external/vulkan-validation-layers/scripts/
Ddispatch_table_helper_generator.py30 class DispatchTableHelperOutputGeneratorOptions(GeneratorOptions):
50 GeneratorOptions.__init__(self, filename, directory, apiname, profile,
Dlayer_dispatch_table_generator.py36 class LayerDispatchTableGeneratorOptions(GeneratorOptions):
60 GeneratorOptions.__init__(self, filename, directory, apiname, profile,
Dlayer_chassis_generator.py63 class LayerChassisGeneratorOptions(GeneratorOptions):
88 GeneratorOptions.__init__(self, filename, directory, apiname, profile,
Dthread_safety_generator.py60 class ThreadGeneratorOptions(GeneratorOptions):
84 GeneratorOptions.__init__(self, filename, directory, apiname, profile,
Dhelper_file_generator.py32 class HelperFileOutputGeneratorOptions(GeneratorOptions):
56 GeneratorOptions.__init__(self, filename, directory, apiname, profile,
Dobject_tracker_generator.py65 class ObjectTrackerGeneratorOptions(GeneratorOptions):
90 GeneratorOptions.__init__(self, filename, directory, apiname, profile,
Dlayer_chassis_dispatch_generator.py62 class LayerChassisDispatchGeneratorOptions(GeneratorOptions):
86 GeneratorOptions.__init__(self, filename, directory, apiname, profile,
Dparameter_validation_generator.py65 class ParameterValidationGeneratorOptions(GeneratorOptions):
87 GeneratorOptions.__init__(self, filename, directory, apiname, profile,
/external/vulkan-headers/registry/
Dcgenerator.py54 class CGeneratorOptions(GeneratorOptions):
80 GeneratorOptions.__init__(self, filename, directory, apiname, profile,
Dgenerator.py120 class GeneratorOptions: class
Dreg.py185 from generator import write, GeneratorOptions, OutputGenerator
/external/protobuf/js/
DREADME.md129 are specified and documented in the `GeneratorOptions` struct in