HomeSort by relevance Sort by last modified time
    Searched refs:FileOptions (Results 1 - 25 of 29) sorted by null

1 2

  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_helpers.h 182 return GetOptimizeFor(file, options) != FileOptions::LITE_RUNTIME;
197 return GetOptimizeFor(file, options) != FileOptions::CODE_SIZE;
203 return GetOptimizeFor(file, options) != FileOptions::LITE_RUNTIME;
210 GetOptimizeFor(file, options) != FileOptions::LITE_RUNTIME &&
219 return GetOptimizeFor(file, options) == FileOptions::SPEED;
297 ? FileOptions::LITE_RUNTIME
cpp_helpers.cc 625 FileOptions::LITE_RUNTIME) {
  /external/protobuf/src/google/protobuf/
descriptor.pb.h 52 class FileOptions;
451 // optional .google.protobuf.FileOptions options = 8;
455 const ::google::protobuf::FileOptions& options() const;
456 ::google::protobuf::FileOptions* mutable_options();
457 ::google::protobuf::FileOptions* release_options();
458 void set_allocated_options(::google::protobuf::FileOptions* options);
506 ::google::protobuf::FileOptions* options_;
    [all...]
descriptor.pb.cc 323 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FileOptions, java_package_),
324 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FileOptions, java_outer_classname_),
325 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FileOptions, java_multiple_files_),
326 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FileOptions, java_generate_equals_and_hash_),
327 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FileOptions, java_string_check_utf8_),
328 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FileOptions, optimize_for_),
329 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FileOptions, go_package_),
330 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FileOptions, cc_generic_services_),
331 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FileOptions, java_generic_services_),
332 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FileOptions, py_generic_services_)
    [all...]
descriptor.h 102 class FileOptions;
    [all...]
descriptor.cc 361 "FileOptions", "MessageOptions", "FieldOptions", "EnumOptions",
    [all...]
  /external/protobuf/src/google/protobuf/compiler/java/
java_helpers.h 183 FileOptions::LITE_RUNTIME;
189 FileOptions::LITE_RUNTIME;
194 descriptor->options().optimize_for() != FileOptions::LITE_RUNTIME;
java_context.cc 196 FileOptions::CODE_SIZE;
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
llvm-pdbutil.cpp 315 cl::OptionCategory FileOptions("Module & File Options");
487 cl::cat(FileOptions), cl::sub(DumpSubcommand));
491 cl::cat(FileOptions), cl::sub(DumpSubcommand));
495 cl::cat(FileOptions), cl::sub(DumpSubcommand));
499 cl::cat(FileOptions), cl::sub(DumpSubcommand));
504 cl::cat(FileOptions), cl::sub(DumpSubcommand));
509 cl::cat(FileOptions), cl::sub(DumpSubcommand));
513 cl::cat(FileOptions), cl::sub(DumpSubcommand));
517 cl::cat(FileOptions), cl::sub(DumpSubcommand));
599 cl::cat(FileOptions), cl::sub(PdbToYamlSubcommand))
    [all...]
  /external/grpc-grpc/examples/python/helloworld/
helloworld_pb2.py 109 DESCRIPTOR._options = _descriptor._ParseOptions(descriptor_pb2.FileOptions(), _b('\n\033io.grpc.examples.helloworldB\017HelloWorldProtoP\001\242\002\003HLW'))
  /external/grpc-grpc/examples/python/interceptors/default_value/
helloworld_pb2.py 109 DESCRIPTOR._options = _descriptor._ParseOptions(descriptor_pb2.FileOptions(), _b('\n\033io.grpc.examples.helloworldB\017HelloWorldProtoP\001\242\002\003HLW'))
  /external/grpc-grpc/examples/python/interceptors/headers/
helloworld_pb2.py 109 DESCRIPTOR._options = _descriptor._ParseOptions(descriptor_pb2.FileOptions(), _b('\n\033io.grpc.examples.helloworldB\017HelloWorldProtoP\001\242\002\003HLW'))
  /external/grpc-grpc/examples/python/multiplex/
helloworld_pb2.py 109 DESCRIPTOR._options = _descriptor._ParseOptions(descriptor_pb2.FileOptions(), _b('\n\033io.grpc.examples.helloworldB\017HelloWorldProtoP\001\242\002\003HLW'))
route_guide_pb2.py 279 DESCRIPTOR._options = _descriptor._ParseOptions(descriptor_pb2.FileOptions(), _b('\n\033io.grpc.examples.routeguideB\017RouteGuideProtoP\001\242\002\003RTG'))
  /device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
Shell.c 693 if (ShellInfoObject.ShellInitSettings.FileOptions != NULL) {
694 FreePool(ShellInfoObject.ShellInitSettings.FileOptions);
695 DEBUG_CODE(ShellInfoObject.ShellInitSettings.FileOptions = NULL;);
    [all...]
Shell.h 93 CHAR16 *FileOptions; ///< Options to pass to FileName.
  /external/golang-protobuf/protoc-gen-go/descriptor/
descriptor.pb.go 404 Options *FileOptions `protobuf:"bytes,8,opt,name=options" json:"options,omitempty"`
506 func (m *FileDescriptorProto) GetOptions() *FileOptions {
    [all...]
  /external/syzkaller/vendor/github.com/golang/protobuf/protoc-gen-go/descriptor/
descriptor.pb.go 377 Options *FileOptions `protobuf:"bytes,8,opt,name=options" json:"options,omitempty"`
478 func (m *FileDescriptorProto) GetOptions() *FileOptions {
    [all...]
  /external/llvm/tools/llvm-pdbdump/
llvm-pdbdump.cpp 176 cl::OptionCategory FileOptions("Module & File Options");
212 cl::cat(FileOptions), cl::sub(RawSubcommand));
214 cl::cat(FileOptions), cl::sub(RawSubcommand));
217 cl::cat(FileOptions), cl::sub(RawSubcommand));
  /external/golang-protobuf/protoc-gen-go/generator/
name_test.go 76 Options: &descriptor.FileOptions{
  /external/grpc-grpc/examples/python/route_guide/
route_guide_pb2.py 279 DESCRIPTOR._options = _descriptor._ParseOptions(descriptor_pb2.FileOptions(), _b('\n\033io.grpc.examples.routeguideB\017RouteGuideProtoP\001\242\002\003RTG'))
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
Descriptor.cs 154 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Reflection.FileOptions), global::Google.Protobuf.Reflection.FileOptions.Parser, new[]{ "JavaPackage", "JavaOuterClassname", "JavaMultipleFiles", "JavaGenerateEqualsAndHash", "JavaStringCheckUtf8", "OptimizeFor", "GoPackage", "CcGenericServices", "JavaGenericServices", "PyGenericServices", "Deprecated", "CcEnableArenas", "ObjcClassPrefix", "CsharpNamespace", "UninterpretedOption" }, null, new[]{ typeof(global::Google.Protobuf.Reflection.FileOptions.Types.OptimizeMode) }, null),
414 private global::Google.Protobuf.Reflection.FileOptions options_;
415 public global::Google.Protobuf.Reflection.FileOptions Options {
    [all...]
  /external/protobuf/python/google/protobuf/pyext/
descriptor.cc     [all...]
  /external/grpc-grpc/third_party/nanopb/generator/
nanopb_generator.py     [all...]
  /external/nanopb-c/generator/
nanopb_generator.py     [all...]

Completed in 928 milliseconds

1 2