Home
last modified time | relevance | path

Searched defs:FileOptions (Results 1 – 14 of 14) sorted by relevance

/external/golang-protobuf/protoc-gen-go/descriptor/
Ddescriptor.pb.go1304 type FileOptions struct { struct
1309 …e *string `protobuf:"bytes,1,opt,name=java_package,json=javaPackage" json:"java_package,omitempty"`
1315 …tes,8,opt,name=java_outer_classname,json=javaOuterClassname" json:"java_outer_classname,omitempty"`
1322 …10,opt,name=java_multiple_files,json=javaMultipleFiles,def=0" json:"java_multiple_files,omitempty"`
1324 …vaGenerateEqualsAndHash" json:"java_generate_equals_and_hash,omitempty"` // Deprecated: Do not use.
1331 …ame=java_string_check_utf8,json=javaStringCheckUtf8,def=0" json:"java_string_check_utf8,omitempty"`
1332 …son=optimizeFor,enum=google.protobuf.FileOptions_OptimizeMode,def=1" json:"optimize_for,omitempty"`
1338 …ackage *string `protobuf:"bytes,11,opt,name=go_package,json=goPackage" json:"go_package,omitempty"`
1349 …16,opt,name=cc_generic_services,json=ccGenericServices,def=0" json:"cc_generic_services,omitempty"`
1350 …,name=java_generic_services,json=javaGenericServices,def=0" json:"java_generic_services,omitempty"`
[all …]
Ddescriptor.proto318 message FileOptions { message
/external/syzkaller/vendor/github.com/golang/protobuf/protoc-gen-go/descriptor/
Ddescriptor.pb.go1265 type FileOptions struct { struct
1270 …e *string `protobuf:"bytes,1,opt,name=java_package,json=javaPackage" json:"java_package,omitempty"`
1276 …tes,8,opt,name=java_outer_classname,json=javaOuterClassname" json:"java_outer_classname,omitempty"`
1283 …10,opt,name=java_multiple_files,json=javaMultipleFiles,def=0" json:"java_multiple_files,omitempty"`
1285 …vaGenerateEqualsAndHash" json:"java_generate_equals_and_hash,omitempty"` // Deprecated: Do not use.
1292 …ame=java_string_check_utf8,json=javaStringCheckUtf8,def=0" json:"java_string_check_utf8,omitempty"`
1293 …son=optimizeFor,enum=google.protobuf.FileOptions_OptimizeMode,def=1" json:"optimize_for,omitempty"`
1299 …ackage *string `protobuf:"bytes,11,opt,name=go_package,json=goPackage" json:"go_package,omitempty"`
1310 …16,opt,name=cc_generic_services,json=ccGenericServices,def=0" json:"cc_generic_services,omitempty"`
1311 …,name=java_generic_services,json=javaGenericServices,def=0" json:"java_generic_services,omitempty"`
[all …]
Ddescriptor.proto318 message FileOptions { message
/external/llvm/tools/llvm-pdbdump/
Dllvm-pdbdump.cpp176 cl::OptionCategory FileOptions("Module & File Options"); variable
/external/grpc-grpc/third_party/nanopb/generator/proto/google/protobuf/
Ddescriptor.proto264 message FileOptions { message
/external/protobuf/src/google/protobuf/
Ddescriptor.proto283 message FileOptions { message
Ddescriptor.h102 class FileOptions; variable
Ddescriptor.pb.cc7912 FileOptions::FileOptions() in FileOptions() function in google::protobuf::FileOptions
7921 FileOptions::FileOptions(const FileOptions& from) in FileOptions() function in google::protobuf::FileOptions
Ddescriptor.pb.h52 class FileOptions; variable
/external/nos/host/generic/nugget/proto/google/protobuf/
Ddescriptor.proto287 message FileOptions { message
/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto318 message FileOptions { message
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs2532 internal sealed partial class FileOptions : pb::IMessage<FileOptions> { class
2544 public FileOptions() { in FileOptions() method in Google.Protobuf.Reflection.FileOptions
2550 public FileOptions(FileOptions other) : this() { in FileOptions() method in Google.Protobuf.Reflection.FileOptions
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
Dllvm-pdbutil.cpp315 cl::OptionCategory FileOptions("Module & File Options"); variable