/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | MethodDescriptor.cs | 43 private readonly MethodDescriptorProto proto; 98 internal MethodDescriptor(MethodDescriptorProto proto, FileDescriptor file, in MethodDescriptor() 107 internal MethodDescriptorProto Proto { get { return proto; } }
|
D | Descriptor.cs | 174 …(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/ |
D | descriptor.pb.go | 1164 …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 …]
|
D | descriptor.proto | 262 repeated MethodDescriptorProto method = 2; 268 message MethodDescriptorProto { message
|
/external/golang-protobuf/protoc-gen-go/grpc/ |
D | grpc.go | 295 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/ |
D | descriptor.pb.h | 110 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 …]
|
D | descriptor.pb.cc | 94 ::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 …]
|
D | descriptor.h | 100 class MethodDescriptorProto; variable 1236 typedef MethodDescriptorProto Proto; 1267 void CopyTo(MethodDescriptorProto* proto) const;
|
D | descriptor.cc | 2224 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
|
D | descriptor_unittest.cc | 180 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()
|
D | descriptor.proto | 263 repeated MethodDescriptorProto method = 2; 269 message MethodDescriptorProto { message
|
/external/protobuf/php/src/Google/Protobuf/Internal/ |
D | ServiceDescriptorProto.php | 96 …Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Internal\MethodDescriptorProto::class);
|
D | MethodDescriptorProto.php | 18 class MethodDescriptorProto extends \Google\Protobuf\Internal\Message class
|
/external/protobuf/src/google/protobuf/compiler/ |
D | parser.cc | 2113 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()
|
D | parser.h | 429 bool ParseServiceMethod(MethodDescriptorProto* method,
|
D | parser_unittest.cc | 3126 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/ |
D | Descriptors.java | 45 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/ |
D | Descriptor.php | 134 …e.protobuf.internal.MethodDescriptorProto', \Google\Protobuf\Internal\MethodDescriptorProto::class)
|
/external/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/ |
D | descriptor.proto | 190 repeated MethodDescriptorProto method = 2; 196 message MethodDescriptorProto { message
|
/external/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/ |
D | descriptor.proto | 190 repeated MethodDescriptorProto method = 2; 196 message MethodDescriptorProto { message
|
/external/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/ |
D | descriptor.proto | 190 repeated MethodDescriptorProto method = 2; 196 message MethodDescriptorProto { message
|
/external/grpc-grpc/third_party/nanopb/generator/proto/google/protobuf/ |
D | descriptor.proto | 208 repeated MethodDescriptorProto method = 2; 214 message MethodDescriptorProto { message
|
/external/nos/host/generic/nugget/proto/google/protobuf/ |
D | descriptor.proto | 231 repeated MethodDescriptorProto method = 2; 237 message MethodDescriptorProto { message
|
/external/nanopb-c/generator/proto/google/protobuf/ |
D | descriptor.proto | 262 repeated MethodDescriptorProto method = 2; 268 message MethodDescriptorProto { message
|
/external/protobuf/python/google/protobuf/internal/ |
D | descriptor_test.py | 912 descriptor_pb2.MethodDescriptorProto,
|