Home
last modified time | relevance | path

Searched defs:MethodDescriptorProto (Results 1 – 19 of 19) sorted by relevance

/external/golang-protobuf/protoc-gen-go/descriptor/
Ddescriptor.pb.go1218 type MethodDescriptorProto struct { struct
1219 Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
1222 … *string `protobuf:"bytes,2,opt,name=input_type,json=inputType" json:"input_type,omitempty"`
1223 …tring `protobuf:"bytes,3,opt,name=output_type,json=outputType" json:"output_type,omitempty"`
1224 Options *MethodOptions `protobuf:"bytes,4,opt,name=options" json:"options,omitempty"`
1226 …:"varint,5,opt,name=client_streaming,json=clientStreaming,def=0" json:"client_streaming,omitempty"`
1228 …:"varint,6,opt,name=server_streaming,json=serverStreaming,def=0" json:"server_streaming,omitempty"`
1229 XXX_NoUnkeyedLiteral struct{} `json:"-"`
1230 XXX_unrecognized []byte `json:"-"`
1231 XXX_sizecache int32 `json:"-"`
[all …]
Ddescriptor.proto269 message MethodDescriptorProto { message
/external/protobuf/php/src/Google/Protobuf/Internal/
DMethodDescriptorProto.php18 class MethodDescriptorProto extends \Google\Protobuf\Internal\Message class
/external/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto196 message MethodDescriptorProto { message
/external/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Ddescriptor.proto196 message MethodDescriptorProto { message
/external/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto196 message MethodDescriptorProto { message
/external/rust/crates/protobuf/src/
Ddescriptor.rs4041 pub fn get_method(&self) -> &[MethodDescriptorProto] { in get_method()
4049 pub fn set_method(&mut self, v: crate::RepeatedField<MethodDescriptorProto>) { in set_method()
4054 pub fn mut_method(&mut self) -> &mut crate::RepeatedField<MethodDescriptorProto> { in mut_method()
4059 pub fn take_method(&mut self) -> crate::RepeatedField<MethodDescriptorProto> { in take_method()
4257 pub struct MethodDescriptorProto { struct
4272 impl<'a> ::std::default::Default for &'a MethodDescriptorProto { argument
4278 impl MethodDescriptorProto { implementation
4463 impl crate::Message for MethodDescriptorProto { implementation
4642 impl crate::Clear for MethodDescriptorProto { implementation
4654 impl ::std::fmt::Debug for MethodDescriptorProto { implementation
[all …]
/external/grpc-grpc/third_party/nanopb/generator/proto/google/protobuf/
Ddescriptor.proto214 message MethodDescriptorProto { message
/external/nos/host/generic/nugget/proto/google/protobuf/
Ddescriptor.proto237 message MethodDescriptorProto { message
/external/rust/crates/grpcio-compiler/src/
Dcodegen.rs188 proto: &'a MethodDescriptorProto, in new()
/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto268 message MethodDescriptorProto { message
/external/protobuf/src/google/protobuf/
Ddescriptor.proto269 message MethodDescriptorProto { message
Ddescriptor.h100 class MethodDescriptorProto; variable
Ddescriptor.pb.cc7654 MethodDescriptorProto::MethodDescriptorProto() in MethodDescriptorProto() function in MethodDescriptorProto
7659 MethodDescriptorProto::MethodDescriptorProto(::PROTOBUF_NAMESPACE_ID::Arena* arena) in MethodDescriptorProto() function in MethodDescriptorProto
7666 MethodDescriptorProto::MethodDescriptorProto(const MethodDescriptorProto& from) in MethodDescriptorProto() function in MethodDescriptorProto
Ddescriptor.pb.h110 class MethodDescriptorProto; variable
3097 MethodDescriptorProto(MethodDescriptorProto&& from) noexcept in MethodDescriptorProto() function
Ddescriptor.cc6089 MethodDescriptor* /* method */, const MethodDescriptorProto& /* proto */) { in ValidateMethodOptions()
/external/rust/crates/grpcio-sys/grpc/third_party/upb/benchmarks/
Ddescriptor.proto289 message MethodDescriptorProto { message
Ddescriptor_sv.proto289 message MethodDescriptorProto { message
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs3459 internal sealed partial class MethodDescriptorProto : pb::IMessage<MethodDescriptorProto> { class
3477 public MethodDescriptorProto() { in MethodDescriptorProto() method in Google.Protobuf.Reflection.MethodDescriptorProto
3484 public MethodDescriptorProto(MethodDescriptorProto other) : this() { in MethodDescriptorProto() method in Google.Protobuf.Reflection.MethodDescriptorProto