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

1 2

  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
MethodDescriptor.cs 40 private readonly MethodDescriptorProto proto;
70 internal MethodDescriptor(MethodDescriptorProto proto, FileDescriptor file,
79 internal MethodDescriptorProto Proto { get { return proto; } }
Descriptor.cs 153 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Reflection.MethodDescriptorProto), global::Google.Protobuf.Reflection.MethodDescriptorProto.Parser, new[]{ "Name", "InputType", "OutputType", "Options", "ClientStreaming", "ServerStreaming" }, null, null, null),
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.pb.h 56 class MethodDescriptorProto;
    [all...]
descriptor.pb.cc 303 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(MethodDescriptorProto, name_),
304 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(MethodDescriptorProto, input_type_),
305 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(MethodDescriptorProto, output_type_),
306 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(MethodDescriptorProto, options_),
307 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(MethodDescriptorProto, client_streaming_),
308 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(MethodDescriptorProto, server_streaming_),
313 MethodDescriptorProto::default_instance_,
315 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(MethodDescriptorProto, _has_bits_[0]),
318 sizeof(MethodDescriptorProto),
319 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(MethodDescriptorProto, _internal_metadata_)
    [all...]
descriptor.h 94 class MethodDescriptorProto;
    [all...]
descriptor.cc     [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
descriptor.pb.h 56 class MethodDescriptorProto;
    [all...]
descriptor.h 94 class MethodDescriptorProto;
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
descriptor.pb.h 46 class MethodDescriptorProto;
    [all...]
descriptor.h 86 class MethodDescriptorProto;
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
descriptor.pb.h 46 class MethodDescriptorProto;
    [all...]
descriptor.h 86 class MethodDescriptorProto;
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
descriptor.pb.h 46 class MethodDescriptorProto;
    [all...]
descriptor.h 86 class MethodDescriptorProto;
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
descriptor.pb.h 46 class MethodDescriptorProto;
    [all...]
descriptor.h 86 class MethodDescriptorProto;
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/compiler/
parser.h 356 bool ParseServiceMethod(MethodDescriptorProto* method,
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/compiler/
parser.h 356 bool ParseServiceMethod(MethodDescriptorProto* method,
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/compiler/
parser.h 356 bool ParseServiceMethod(MethodDescriptorProto* method,
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/compiler/
parser.h 356 bool ParseServiceMethod(MethodDescriptorProto* method,
  /external/protobuf/src/google/protobuf/compiler/
parser.cc     [all...]
parser.h 406 bool ParseServiceMethod(MethodDescriptorProto* method,
parser_unittest.cc     [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/
parser.h 406 bool ParseServiceMethod(MethodDescriptorProto* method,
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
Descriptors.java     [all...]

Completed in 358 milliseconds

1 2