Searched refs:GeneratorOptions (Results 1 – 14 of 14) sorted by relevance
/external/protobuf/src/google/protobuf/compiler/js/ |
D | js_generator.h | 53 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 …]
|
D | js_generator.cc | 192 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/ |
D | dispatch_table_helper_generator.py | 30 class DispatchTableHelperOutputGeneratorOptions(GeneratorOptions): 50 GeneratorOptions.__init__(self, filename, directory, apiname, profile,
|
D | layer_dispatch_table_generator.py | 36 class LayerDispatchTableGeneratorOptions(GeneratorOptions): 60 GeneratorOptions.__init__(self, filename, directory, apiname, profile,
|
D | layer_chassis_generator.py | 63 class LayerChassisGeneratorOptions(GeneratorOptions): 88 GeneratorOptions.__init__(self, filename, directory, apiname, profile,
|
D | thread_safety_generator.py | 60 class ThreadGeneratorOptions(GeneratorOptions): 84 GeneratorOptions.__init__(self, filename, directory, apiname, profile,
|
D | helper_file_generator.py | 32 class HelperFileOutputGeneratorOptions(GeneratorOptions): 56 GeneratorOptions.__init__(self, filename, directory, apiname, profile,
|
D | object_tracker_generator.py | 65 class ObjectTrackerGeneratorOptions(GeneratorOptions): 90 GeneratorOptions.__init__(self, filename, directory, apiname, profile,
|
D | layer_chassis_dispatch_generator.py | 62 class LayerChassisDispatchGeneratorOptions(GeneratorOptions): 86 GeneratorOptions.__init__(self, filename, directory, apiname, profile,
|
D | parameter_validation_generator.py | 65 class ParameterValidationGeneratorOptions(GeneratorOptions): 87 GeneratorOptions.__init__(self, filename, directory, apiname, profile,
|
/external/vulkan-headers/registry/ |
D | cgenerator.py | 54 class CGeneratorOptions(GeneratorOptions): 80 GeneratorOptions.__init__(self, filename, directory, apiname, profile,
|
D | generator.py | 120 class GeneratorOptions: class
|
D | reg.py | 185 from generator import write, GeneratorOptions, OutputGenerator
|
/external/protobuf/js/ |
D | README.md | 129 are specified and documented in the `GeneratorOptions` struct in
|