/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | MethodDescriptor.cs | 43 private readonly MethodDescriptorProto proto; 106 internal MethodDescriptor(MethodDescriptorProto proto, FileDescriptor file, in MethodDescriptor() 115 internal MethodDescriptorProto Proto { get { return proto; } }
|
D | Descriptor.cs | 175 …(global::Google.Protobuf.Reflection.MethodDescriptorProto), global::Google.Protobuf.Reflection.Met… in DescriptorReflection() 4074 …private static readonly pb::FieldCodec<global::Google.Protobuf.Reflection.MethodDescriptorProto> _… 4075 … = pb::FieldCodec.ForMessage(18, global::Google.Protobuf.Reflection.MethodDescriptorProto.Parser); 4076 …Protobuf.Reflection.MethodDescriptorProto> method_ = new pbc::RepeatedField<global::Google.Protobu… 4078 public pbc::RepeatedField<global::Google.Protobuf.Reflection.MethodDescriptorProto> Method { 4266 public sealed partial class MethodDescriptorProto : pb::IMessage<MethodDescriptorProto> class 4271 …nly pb::MessageParser<MethodDescriptorProto> _parser = new pb::MessageParser<MethodDescriptorProto… 4275 public static pb::MessageParser<MethodDescriptorProto> Parser { get { return _parser; } } 4288 public MethodDescriptorProto() { in MethodDescriptorProto() method in Google.Protobuf.Reflection.MethodDescriptorProto 4295 public MethodDescriptorProto(MethodDescriptorProto other) : this() { in MethodDescriptorProto() method in Google.Protobuf.Reflection.MethodDescriptorProto [all …]
|
/third_party/protobuf/src/google/protobuf/ |
D | descriptor.pb.h | 110 class MethodDescriptorProto; variable 159 …EXPORT PROTOBUF_NAMESPACE_ID::MethodDescriptorProto* Arena::CreateMaybeMessage<PROTOBUF_NAMESPACE_… 3067 PROTOBUF_NAMESPACE_ID::MethodDescriptorProto* mutable_method(int index); 3068 ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::MethodDescriptorProto >* 3071 const PROTOBUF_NAMESPACE_ID::MethodDescriptorProto& _internal_method(int index) const; 3072 PROTOBUF_NAMESPACE_ID::MethodDescriptorProto* _internal_add_method(); 3074 const PROTOBUF_NAMESPACE_ID::MethodDescriptorProto& method(int index) const; 3075 PROTOBUF_NAMESPACE_ID::MethodDescriptorProto* add_method(); 3076 const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::MethodDescriptorProto >& 3126 ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::MethodDescriptorProto > method_; [all …]
|
D | descriptor.pb.cc | 93 ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<MethodDescriptorProto> _instance; 421 new (ptr) PROTOBUF_NAMESPACE_ID::MethodDescriptorProto(); in InitDefaultsscc_info_MethodDescriptorProto_google_2fprotobuf_2fdescriptor_2eproto() 424 PROTOBUF_NAMESPACE_ID::MethodDescriptorProto::InitAsDefaultInstance(); in InitDefaultsscc_info_MethodDescriptorProto_google_2fprotobuf_2fdescriptor_2eproto() 738 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::MethodDescriptorProto, _has_bits_), 739 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::MethodDescriptorProto, _internal_metadata_), 743 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::MethodDescriptorProto, name_), 744 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::MethodDescriptorProto, input_type_), 745 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::MethodDescriptorProto, output_type_), 746 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::MethodDescriptorProto, options_), 747 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::MethodDescriptorProto, client_streaming_), [all …]
|
D | descriptor.h | 102 class MethodDescriptorProto; variable 1327 typedef MethodDescriptorProto Proto; 1358 void CopyTo(MethodDescriptorProto* proto) const;
|
D | descriptor.cc | 2246 void MethodDescriptor::CopyTo(MethodDescriptorProto* proto) const { in CopyTo() 3347 void BuildMethod(const MethodDescriptorProto& proto, 3371 const MethodDescriptorProto& proto); 3547 const MethodDescriptorProto& proto); 5382 void DescriptorBuilder::BuildMethod(const MethodDescriptorProto& proto, in BuildMethod() 5402 MethodDescriptorProto::kOptionsFieldNumber, in BuildMethod() 5860 const MethodDescriptorProto& proto) { in CrossLinkMethod() 6224 MethodDescriptor* /* method */, const MethodDescriptorProto& /* proto */) { in ValidateMethodOptions() argument
|
D | descriptor_unittest.cc | 179 MethodDescriptorProto* AddMethod(ServiceDescriptorProto* service, in AddMethod() 183 MethodDescriptorProto* result = service->add_method(); in AddMethod() 7590 MethodDescriptorProto::kOptionsFieldNumber, in TEST_F() 7596 MethodDescriptorProto::kOptionsFieldNumber, in TEST_F() 7610 MethodDescriptorProto::kOptionsFieldNumber, kCustomOptionFieldNumber}; in TEST_F() 7615 MethodDescriptorProto::kOptionsFieldNumber, in TEST_F()
|
D | descriptor.proto | 287 repeated MethodDescriptorProto method = 2; 293 message MethodDescriptorProto { message
|
/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
D | ServiceDescriptorProto.php | 97 …Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Internal\MethodDescriptorProto::class);
|
D | MethodDescriptorProto.php | 18 class MethodDescriptorProto extends \Google\Protobuf\Internal\Message class
|
/third_party/protobuf/src/google/protobuf/compiler/ |
D | parser.cc | 2146 bool Parser::ParseServiceMethod(MethodDescriptorProto* method, in ParseServiceMethod() 2153 MethodDescriptorProto::kNameFieldNumber); in ParseServiceMethod() 2163 method_location, MethodDescriptorProto::kClientStreamingFieldNumber); in ParseServiceMethod() 2171 MethodDescriptorProto::kInputTypeFieldNumber); in ParseServiceMethod() 2184 method_location, MethodDescriptorProto::kServerStreamingFieldNumber); in ParseServiceMethod() 2192 MethodDescriptorProto::kOutputTypeFieldNumber); in ParseServiceMethod() 2202 MethodDescriptorProto::kOptionsFieldNumber, in ParseServiceMethod()
|
D | parser.h | 429 bool ParseServiceMethod(MethodDescriptorProto* method,
|
D | parser_unittest.cc | 3178 const MethodDescriptorProto& bar = file_.service(0).method(0); in TEST_F() 3179 const MethodDescriptorProto& baz = file_.service(0).method(1); in TEST_F()
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | Descriptors.java | 45 import com.google.protobuf.DescriptorProtos.MethodDescriptorProto; 2049 public MethodDescriptorProto toProto() { in toProto() 2106 private MethodDescriptorProto proto; 2116 final MethodDescriptorProto proto, in MethodDescriptor() 2152 private void setProto(final MethodDescriptorProto proto) { in setProto()
|
/third_party/protobuf/php/src/GPBMetadata/Google/Protobuf/Internal/ |
D | Descriptor.php | 135 …e.protobuf.internal.MethodDescriptorProto', \Google\Protobuf\Internal\MethodDescriptorProto::class)
|
/third_party/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/ |
D | descriptor.proto | 190 repeated MethodDescriptorProto method = 2; 196 message MethodDescriptorProto { message
|
/third_party/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/ |
D | descriptor.proto | 190 repeated MethodDescriptorProto method = 2; 196 message MethodDescriptorProto { message
|
/third_party/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
|
/third_party/protobuf/python/google/protobuf/internal/ |
D | descriptor_test.py | 924 descriptor_pb2.MethodDescriptorProto,
|
/third_party/protobuf/python/google/protobuf/pyext/ |
D | descriptor.cc | 1821 return CopyToPythonProto<MethodDescriptorProto>(_GetDescriptor(self), target); in CopyToProto()
|
/third_party/protobuf/ |
D | Makefile.am | 875 php/src/Google/Protobuf/Internal/MethodDescriptorProto.php \
|