Home
last modified time | relevance | path

Searched refs:MethodDescriptorProto (Results 1 – 25 of 28) sorted by relevance

12

/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DMethodDescriptor.cs43 private readonly MethodDescriptorProto proto;
98 internal MethodDescriptor(MethodDescriptorProto proto, FileDescriptor file, in MethodDescriptor()
107 internal MethodDescriptorProto Proto { get { return proto; } }
DDescriptor.cs174 …(global::Google.Protobuf.Reflection.MethodDescriptorProto), global::Google.Protobuf.Reflection.Met… in DescriptorReflection()
3312 …private static readonly pb::FieldCodec<global::Google.Protobuf.Reflection.MethodDescriptorProto> _…
3313 … = pb::FieldCodec.ForMessage(18, global::Google.Protobuf.Reflection.MethodDescriptorProto.Parser);
3314 …Protobuf.Reflection.MethodDescriptorProto> method_ = new pbc::RepeatedField<global::Google.Protobu…
3316 public pbc::RepeatedField<global::Google.Protobuf.Reflection.MethodDescriptorProto> Method {
3459 internal sealed partial class MethodDescriptorProto : pb::IMessage<MethodDescriptorProto> { class
3460 …nly pb::MessageParser<MethodDescriptorProto> _parser = new pb::MessageParser<MethodDescriptorProto
3464 public static pb::MessageParser<MethodDescriptorProto> Parser { get { return _parser; } }
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
[all …]
/external/golang-protobuf/protoc-gen-go/descriptor/
Ddescriptor.pb.go1164 …Method []*MethodDescriptorProto `protobuf:"bytes,2,rep,name=method" json:"method,omi…
1203 func (m *ServiceDescriptorProto) GetMethod() []*MethodDescriptorProto {
1218 type MethodDescriptorProto struct { struct
1234 func (m *MethodDescriptorProto) Reset() { *m = MethodDescriptorProto{} } argument
1235 func (m *MethodDescriptorProto) String() string { return proto.CompactTextString(m) } argument
1236 func (*MethodDescriptorProto) ProtoMessage() {} argument
1237 func (*MethodDescriptorProto) Descriptor() ([]byte, []int) { argument
1241 func (m *MethodDescriptorProto) XXX_Unmarshal(b []byte) error { argument
1244 func (m *MethodDescriptorProto) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument
1247 func (m *MethodDescriptorProto) XXX_Merge(src proto.Message) { argument
[all …]
Ddescriptor.proto262 repeated MethodDescriptorProto method = 2;
268 message MethodDescriptorProto { message
/external/golang-protobuf/protoc-gen-go/grpc/
Dgrpc.go295 func (g *grpc) generateServerMethodConcrete(servName string, method *pb.MethodDescriptorProto) {
310 func (g *grpc) generateClientSignature(servName string, method *pb.MethodDescriptorProto) string {
327 …tMethod(servName, fullServName, serviceDescVar string, method *pb.MethodDescriptorProto, descExpr …
409 …) generateServerSignatureWithParamNames(servName string, method *pb.MethodDescriptorProto) string {
433 func (g *grpc) generateServerSignature(servName string, method *pb.MethodDescriptorProto) string {
456 func (g *grpc) generateServerMethod(servName, fullServName string, method *pb.MethodDescriptorProto
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.h110 class MethodDescriptorProto; variable
159 …EXPORT PROTOBUF_NAMESPACE_ID::MethodDescriptorProto* Arena::CreateMaybeMessage<PROTOBUF_NAMESPACE_…
3033 PROTOBUF_NAMESPACE_ID::MethodDescriptorProto* mutable_method(int index);
3034 ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::MethodDescriptorProto >*
3036 const PROTOBUF_NAMESPACE_ID::MethodDescriptorProto& method(int index) const;
3037 PROTOBUF_NAMESPACE_ID::MethodDescriptorProto* add_method();
3038 const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::MethodDescriptorProto >&
3083 ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::MethodDescriptorProto > method_;
3090 class PROTOBUF_EXPORT MethodDescriptorProto :
3093 MethodDescriptorProto();
[all …]
Ddescriptor.pb.cc94 ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<MethodDescriptorProto> _instance;
422 new (ptr) PROTOBUF_NAMESPACE_ID::MethodDescriptorProto(); in InitDefaultsscc_info_MethodDescriptorProto_google_2fprotobuf_2fdescriptor_2eproto()
425 PROTOBUF_NAMESPACE_ID::MethodDescriptorProto::InitAsDefaultInstance(); in InitDefaultsscc_info_MethodDescriptorProto_google_2fprotobuf_2fdescriptor_2eproto()
739 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::MethodDescriptorProto, _has_bits_),
740 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::MethodDescriptorProto, _internal_metadata_),
744 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::MethodDescriptorProto, name_),
745 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::MethodDescriptorProto, input_type_),
746 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::MethodDescriptorProto, output_type_),
747 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::MethodDescriptorProto, options_),
748 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::MethodDescriptorProto, client_streaming_),
[all …]
Ddescriptor.h100 class MethodDescriptorProto; variable
1236 typedef MethodDescriptorProto Proto;
1267 void CopyTo(MethodDescriptorProto* proto) const;
Ddescriptor.cc2224 void MethodDescriptor::CopyTo(MethodDescriptorProto* proto) const { in CopyTo()
3331 void BuildMethod(const MethodDescriptorProto& proto,
3355 const MethodDescriptorProto& proto);
3527 const MethodDescriptorProto& proto);
5300 void DescriptorBuilder::BuildMethod(const MethodDescriptorProto& proto, in BuildMethod()
5321 MethodDescriptorProto::kOptionsFieldNumber); in BuildMethod()
5735 const MethodDescriptorProto& proto) { in CrossLinkMethod()
6089 MethodDescriptor* /* method */, const MethodDescriptorProto& /* proto */) { in ValidateMethodOptions() argument
Ddescriptor_unittest.cc180 MethodDescriptorProto* AddMethod(ServiceDescriptorProto* service, in AddMethod()
184 MethodDescriptorProto* result = service->add_method(); in AddMethod()
7480 MethodDescriptorProto::kOptionsFieldNumber, in TEST_F()
7486 MethodDescriptorProto::kOptionsFieldNumber, in TEST_F()
7500 MethodDescriptorProto::kOptionsFieldNumber, kCustomOptionFieldNumber}; in TEST_F()
7505 MethodDescriptorProto::kOptionsFieldNumber, in TEST_F()
Ddescriptor.proto263 repeated MethodDescriptorProto method = 2;
269 message MethodDescriptorProto { message
/external/protobuf/php/src/Google/Protobuf/Internal/
DServiceDescriptorProto.php96 …Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Internal\MethodDescriptorProto::class);
DMethodDescriptorProto.php18 class MethodDescriptorProto extends \Google\Protobuf\Internal\Message class
/external/protobuf/src/google/protobuf/compiler/
Dparser.cc2113 bool Parser::ParseServiceMethod(MethodDescriptorProto* method, in ParseServiceMethod()
2120 MethodDescriptorProto::kNameFieldNumber); in ParseServiceMethod()
2130 method_location, MethodDescriptorProto::kClientStreamingFieldNumber); in ParseServiceMethod()
2138 MethodDescriptorProto::kInputTypeFieldNumber); in ParseServiceMethod()
2151 method_location, MethodDescriptorProto::kServerStreamingFieldNumber); in ParseServiceMethod()
2159 MethodDescriptorProto::kOutputTypeFieldNumber); in ParseServiceMethod()
2169 MethodDescriptorProto::kOptionsFieldNumber, in ParseServiceMethod()
Dparser.h429 bool ParseServiceMethod(MethodDescriptorProto* method,
Dparser_unittest.cc3126 const MethodDescriptorProto& bar = file_.service(0).method(0); in TEST_F()
3127 const MethodDescriptorProto& baz = file_.service(0).method(1); in TEST_F()
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DDescriptors.java45 import com.google.protobuf.DescriptorProtos.MethodDescriptorProto;
1993 public MethodDescriptorProto toProto() { in toProto()
2050 private MethodDescriptorProto proto;
2060 final MethodDescriptorProto proto, in MethodDescriptor()
2096 private void setProto(final MethodDescriptorProto proto) { in setProto()
/external/protobuf/php/src/GPBMetadata/Google/Protobuf/Internal/
DDescriptor.php134 …e.protobuf.internal.MethodDescriptorProto', \Google\Protobuf\Internal\MethodDescriptorProto::class)
/external/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Ddescriptor.proto190 repeated MethodDescriptorProto method = 2;
196 message MethodDescriptorProto { message
/external/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto190 repeated MethodDescriptorProto method = 2;
196 message MethodDescriptorProto { message
/external/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto190 repeated MethodDescriptorProto method = 2;
196 message MethodDescriptorProto { message
/external/grpc-grpc/third_party/nanopb/generator/proto/google/protobuf/
Ddescriptor.proto208 repeated MethodDescriptorProto method = 2;
214 message MethodDescriptorProto { message
/external/nos/host/generic/nugget/proto/google/protobuf/
Ddescriptor.proto231 repeated MethodDescriptorProto method = 2;
237 message MethodDescriptorProto { message
/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto262 repeated MethodDescriptorProto method = 2;
268 message MethodDescriptorProto { message
/external/protobuf/python/google/protobuf/internal/
Ddescriptor_test.py912 descriptor_pb2.MethodDescriptorProto,

12