Home
last modified time | relevance | path

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

12345678

/aosp_15_r20/external/golang-protobuf/types/descriptorpb/
H A Ddescriptor.pb.go1497 type MethodDescriptorProto struct { struct
1498 state protoimpl.MessageState
1499 sizeCache protoimpl.SizeCache
1500 unknownFields protoimpl.UnknownFields
1502 Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
1505 … *string `protobuf:"bytes,2,opt,name=input_type,json=inputType" json:"input_type,omitempty"`
1506 …tring `protobuf:"bytes,3,opt,name=output_type,json=outputType" json:"output_type,omitempty"`
1507 Options *MethodOptions `protobuf:"bytes,4,opt,name=options" json:"options,omitempty"`
1509 …:"varint,5,opt,name=client_streaming,json=clientStreaming,def=0" json:"client_streaming,omitempty"`
1511 …:"varint,6,opt,name=server_streaming,json=serverStreaming,def=0" json:"server_streaming,omitempty"`
[all …]
/aosp_15_r20/external/pandora/bt-test-interfaces/python/_build/
Dprotoc-gen-custom_grpc264 …, file: FileDescriptorProto, service: ServiceDescriptorProto, method: MethodDescriptorProto, sync:…
354 def generate_servicer_method(imports: List[str], method: MethodDescriptorProto, sync: bool = True) …
407 def generate_rpc_method_handler(imports: List[str], method: MethodDescriptorProto) -> List[str]:
/aosp_15_r20/external/rust/android-crates-io/extra_versions/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 { implementation
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 …]
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf/src/
Ddescriptor.rs3411 pub struct MethodDescriptorProto { struct
3417 // @@protoc_insertion_point(field:google.protobuf.MethodDescriptorProto.input_type) argument
3419 // @@protoc_insertion_point(field:google.protobuf.MethodDescriptorProto.output_type) argument
3421 // @@protoc_insertion_point(field:google.protobuf.MethodDescriptorProto.options) argument
3424 // @@protoc_insertion_point(field:google.protobuf.MethodDescriptorProto.client_streaming) argument
3427 // @@protoc_insertion_point(field:google.protobuf.MethodDescriptorProto.server_streaming) argument
3430 // @@protoc_insertion_point(special_field:google.protobuf.MethodDescriptorProto.special_fields) argument
3434 impl<'a> ::std::default::Default for &'a MethodDescriptorProto { argument
3440 impl MethodDescriptorProto { impl
3632 impl crate::Message for MethodDescriptorProto { implementation
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf/src/reflect/service/
Dindex.rs33 proto: &MethodDescriptorProto, in index()
Dmod.rs61 pub fn proto(&self) -> &MethodDescriptorProto { in proto()
/aosp_15_r20/external/golang-protobuf/reflect/protodesc/
H A Ddesc_init.go203 func (r descsByName) initMethodsFromDescriptorProto(mds []*descriptorpb.MethodDescriptorProto, pare…
/aosp_15_r20/external/cronet/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DMethodDescriptorProto.php18 class MethodDescriptorProto extends \Google\Protobuf\Internal\Message class
/aosp_15_r20/external/protobuf/php/src/Google/Protobuf/Internal/
H A DMethodDescriptorProto.php18 class MethodDescriptorProto extends \Google\Protobuf\Internal\Message class
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/google/protobuf/
Ddescriptor.proto214 message MethodDescriptorProto { message
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/pure/convert/
Dmod.rs328 ) -> anyhow::Result<protobuf::descriptor::MethodDescriptorProto> { in service_method()
Doption_resolver.rs795 method_proto: &mut MethodDescriptorProto, in method()
/aosp_15_r20/external/nos/host/generic/nugget/proto/google/protobuf/
Ddescriptor.proto237 message MethodDescriptorProto { message
/aosp_15_r20/external/protobuf/src/google/protobuf/
H A Ddescriptor.proto292 message MethodDescriptorProto { message
H A Ddescriptor.h107 class MethodDescriptorProto; variable
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/proto/google/protobuf/
Ddescriptor.proto293 message MethodDescriptorProto { message
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/benchmarks/
Ddescriptor.proto287 message MethodDescriptorProto { message
Ddescriptor_sv.proto289 message MethodDescriptorProto { message
/aosp_15_r20/external/nanopb-c/generator/proto/google/protobuf/
H A Ddescriptor.proto268 message MethodDescriptorProto { message
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.proto292 message MethodDescriptorProto { message
H A Ddescriptor.h107 class MethodDescriptorProto; variable
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-compiler/src/
Dcodegen.rs184 proto: &'a MethodDescriptorProto, in new()
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DDescriptor.cs4566 public sealed partial class MethodDescriptorProto : pb::IMessage<MethodDescriptorProto> class
4592 public MethodDescriptorProto() { in MethodDescriptorProto() method in Google.Protobuf.Reflection.MethodDescriptorProto
4600 public MethodDescriptorProto(MethodDescriptorProto other) : this() { in MethodDescriptorProto() method in Google.Protobuf.Reflection.MethodDescriptorProto
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DDescriptor.cs4566 public sealed partial class MethodDescriptorProto : pb::IMessage<MethodDescriptorProto> class
4592 public MethodDescriptorProto() { in MethodDescriptorProto() method in Google.Protobuf.Reflection.MethodDescriptorProto
4600 public MethodDescriptorProto(MethodDescriptorProto other) : this() { in MethodDescriptorProto() method in Google.Protobuf.Reflection.MethodDescriptorProto
/aosp_15_r20/out/soong/.intermediates/external/tensorflow/tensorflow_core_proto_cpp_lite/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/google/protobuf/
Ddescriptor.pb.cc232 PROTOBUF_CONSTEXPR MethodDescriptorProto::MethodDescriptorProto( in MethodDescriptorProto() function in MethodDescriptorProto
5340 MethodDescriptorProto::MethodDescriptorProto(::PROTOBUF_NAMESPACE_ID::Arena* arena, in MethodDescriptorProto() function in MethodDescriptorProto
5346 MethodDescriptorProto::MethodDescriptorProto(const MethodDescriptorProto& from) in MethodDescriptorProto() function in MethodDescriptorProto

12345678