HomeSort by relevance Sort by last modified time
    Searched refs:MethodDescriptorProto (Results 1 - 25 of 41) 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...]
  /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...]
  /external/golang-protobuf/protoc-gen-go/grpc/
grpc.go 263 func (g *grpc) generateClientSignature(servName string, method *pb.MethodDescriptorProto) string {
280 func (g *grpc) generateClientMethod(servName, fullServName, serviceDescVar string, method *pb.MethodDescriptorProto, descExpr string) {
359 func (g *grpc) generateServerSignature(servName string, method *pb.MethodDescriptorProto) string {
382 func (g *grpc) generateServerMethod(servName, fullServName string, method *pb.MethodDescriptorProto) string {
  /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,
  /external/golang-protobuf/protoc-gen-go/descriptor/
descriptor.pb.go 19 MethodDescriptorProto
833 Method []*MethodDescriptorProto `protobuf:"bytes,2,rep,name=method" json:"method,omitempty"`
850 func (m *ServiceDescriptorProto) GetMethod() []*MethodDescriptorProto {
865 type MethodDescriptorProto struct {
879 func (m *MethodDescriptorProto) Reset() { *m = MethodDescriptorProto{} }
880 func (m *MethodDescriptorProto) String() string { return proto.CompactTextString(m) }
881 func (*MethodDescriptorProto) ProtoMessage() {}
882 func (*MethodDescriptorProto) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{8} }
887 func (m *MethodDescriptorProto) GetName() string
    [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 656 milliseconds

1 2