Searched refs:GeneratorOptions (Results 1 – 5 of 5) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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 | 200 string GetPath(const GeneratorOptions& options, in GetPath() 213 string GetPath(const GeneratorOptions& options, 218 string GetPrefix(const GeneratorOptions& options, in GetPrefix() 239 string GetPath(const GeneratorOptions& options, in GetPath() 249 string GetPath(const GeneratorOptions& options, in GetPath() 256 string GetPath(const GeneratorOptions& options, in GetPath() 266 string GetPath(const GeneratorOptions& options, in GetPath() 273 string MaybeCrossFileRef(const GeneratorOptions& options, in MaybeCrossFileRef() 276 if (options.import_style == GeneratorOptions::IMPORT_COMMONJS && in MaybeCrossFileRef() 287 string SubmessageTypeRef(const GeneratorOptions& options, in SubmessageTypeRef() [all …]
|
/frameworks/native/opengl/tools/glgen2/ |
D | glgen.py | 230 reg.GeneratorOptions( 234 reg.GeneratorOptions( 240 reg.GeneratorOptions( 244 reg.GeneratorOptions( 260 reg.GeneratorOptions( 263 reg.GeneratorOptions( 280 reg.GeneratorOptions( 283 reg.GeneratorOptions( 286 reg.GeneratorOptions( 291 reg.GeneratorOptions( [all …]
|
/frameworks/native/opengl/tools/glgen2/registry/ |
D | reg.py | 234 class GeneratorOptions: class 288 class CGeneratorOptions(GeneratorOptions): 309 GeneratorOptions.__init__(self, filename, apiname, profile,
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/js/ |
D | README.md | 129 are specified and documented in the `GeneratorOptions` struct in
|