/external/golang-protobuf/protoc-gen-go/descriptor/ |
D | descriptor.pb.go | 865 type MethodDescriptorProto struct { struct 866 Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"` 869 … *string `protobuf:"bytes,2,opt,name=input_type,json=inputType" json:"input_type,omitempty"` 870 …tring `protobuf:"bytes,3,opt,name=output_type,json=outputType" json:"output_type,omitempty"` 871 Options *MethodOptions `protobuf:"bytes,4,opt,name=options" json:"options,omitempty"` 873 …:"varint,5,opt,name=client_streaming,json=clientStreaming,def=0" json:"client_streaming,omitempty"` 875 …:"varint,6,opt,name=server_streaming,json=serverStreaming,def=0" json:"server_streaming,omitempty"` 876 XXX_unrecognized []byte `json:"-"` 879 func (m *MethodDescriptorProto) Reset() { *m = MethodDescriptorProto{} } 880 func (m *MethodDescriptorProto) String() string { return proto.CompactTextString(m) } [all …]
|
/external/nanopb-c/generator/google/protobuf/ |
D | descriptor_pb2.py | 1273 class MethodDescriptorProto(_message.Message): class
|
/external/nanopb-c/generator/proto/google/protobuf/ |
D | descriptor.proto | 196 message MethodDescriptorProto { message
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.proto | 233 message MethodDescriptorProto { message
|
D | descriptor.h | 94 class MethodDescriptorProto; variable
|
D | descriptor.cc | 5375 const MethodDescriptorProto& /* proto */) { in ValidateMethodOptions()
|
D | descriptor.pb.cc | 7109 MethodDescriptorProto::MethodDescriptorProto() in MethodDescriptorProto() function in google::protobuf::MethodDescriptorProto 7119 MethodDescriptorProto::MethodDescriptorProto(const MethodDescriptorProto& from) in MethodDescriptorProto() function in google::protobuf::MethodDescriptorProto
|
D | descriptor.pb.h | 56 class MethodDescriptorProto; variable
|
/external/nos/host/generic/nugget/proto/google/protobuf/ |
D | descriptor.proto | 237 message MethodDescriptorProto { message
|
/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | Descriptor.cs | 2278 internal sealed partial class MethodDescriptorProto : pb::IMessage<MethodDescriptorProto> { class 2290 public MethodDescriptorProto() { in MethodDescriptorProto() method in Google.Protobuf.Reflection.MethodDescriptorProto 2296 public MethodDescriptorProto(MethodDescriptorProto other) : this() { in MethodDescriptorProto() method in Google.Protobuf.Reflection.MethodDescriptorProto
|