/external/protobuf/src/google/protobuf/compiler/js/ |
D | js_generator.h | 62 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 …]
|
D | js_generator.cc | 121 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/angle/third_party/vulkan-headers/src/registry/ |
D | cgenerator.py | 19 from generator import (GeneratorOptions, OutputGenerator, noneStr, 23 class CGeneratorOptions(GeneratorOptions): 82 GeneratorOptions.__init__(self, **kwargs)
|
D | generator.py | 112 class GeneratorOptions: class
|
/external/vulkan-headers/registry/ |
D | cgenerator.py | 20 from generator import (GeneratorOptions, OutputGenerator, noneStr, 62 class CGeneratorOptions(GeneratorOptions): 94 GeneratorOptions.__init__(self, conventions, filename, directory, apiname, profile,
|
D | generator.py | 141 class GeneratorOptions: class
|
/external/vulkan-validation-layers/scripts/ |
D | dispatch_table_helper_generator.py | 30 class DispatchTableHelperOutputGeneratorOptions(GeneratorOptions): 51 GeneratorOptions.__init__(self, conventions, filename, directory, apiname, profile,
|
D | layer_dispatch_table_generator.py | 36 class LayerDispatchTableGeneratorOptions(GeneratorOptions): 61 GeneratorOptions.__init__(self, conventions, filename, directory, apiname, profile,
|
D | layer_chassis_generator.py | 63 class LayerChassisGeneratorOptions(GeneratorOptions): 89 GeneratorOptions.__init__(self, conventions, filename, directory, apiname, profile,
|
D | thread_safety_generator.py | 60 class ThreadGeneratorOptions(GeneratorOptions): 85 GeneratorOptions.__init__(self, conventions, filename, directory, apiname, profile,
|
D | object_tracker_generator.py | 65 class ObjectTrackerGeneratorOptions(GeneratorOptions): 91 GeneratorOptions.__init__(self, conventions, filename, directory, apiname, profile,
|
D | layer_chassis_dispatch_generator.py | 62 class LayerChassisDispatchGeneratorOptions(GeneratorOptions): 87 GeneratorOptions.__init__(self, conventions, filename, directory, apiname, profile,
|
D | helper_file_generator.py | 32 class HelperFileOutputGeneratorOptions(GeneratorOptions): 57 GeneratorOptions.__init__(self, conventions, filename, directory, apiname, profile,
|
D | parameter_validation_generator.py | 65 class ParameterValidationGeneratorOptions(GeneratorOptions): 88 GeneratorOptions.__init__(self, conventions, filename, directory, apiname, profile,
|
/external/protobuf/js/ |
D | README.md | 137 are specified and documented in the `GeneratorOptions` struct in
|