Home
last modified time | relevance | path

Searched refs:GeneratorOptions (Results 1 – 8 of 8) 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/
Dthreading_generator.py58 class ThreadGeneratorOptions(GeneratorOptions):
82 GeneratorOptions.__init__(self, filename, directory, apiname, profile,
Dgenerator.py116 class GeneratorOptions: class
Dunique_objects_generator.py61 class UniqueObjectsGeneratorOptions(GeneratorOptions):
85 GeneratorOptions.__init__(self, filename, directory, apiname, profile,
Dparameter_validation_generator.py61 class ParamCheckerGeneratorOptions(GeneratorOptions):
85 GeneratorOptions.__init__(self, filename, directory, apiname, profile,
Dreg.py160 from generator import write, GeneratorOptions, OutputGenerator
/external/protobuf/js/
DREADME.md129 are specified and documented in the `GeneratorOptions` struct in