Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DMethodDescriptor.cs43 private readonly MethodDescriptorProto proto;
106 internal MethodDescriptor(MethodDescriptorProto proto, FileDescriptor file, in MethodDescriptor()
115 internal MethodDescriptorProto Proto { get { return proto; } }
DDescriptor.cs175 …(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/
Ddescriptor.pb.h110 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 …]
Ddescriptor.pb.cc93 ::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 …]
Ddescriptor.h102 class MethodDescriptorProto; variable
1327 typedef MethodDescriptorProto Proto;
1358 void CopyTo(MethodDescriptorProto* proto) const;
Ddescriptor.cc2246 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
Ddescriptor_unittest.cc179 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()
Ddescriptor.proto287 repeated MethodDescriptorProto method = 2;
293 message MethodDescriptorProto { message
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DServiceDescriptorProto.php97 …Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Internal\MethodDescriptorProto::class);
DMethodDescriptorProto.php18 class MethodDescriptorProto extends \Google\Protobuf\Internal\Message class
/third_party/protobuf/src/google/protobuf/compiler/
Dparser.cc2146 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()
Dparser.h429 bool ParseServiceMethod(MethodDescriptorProto* method,
Dparser_unittest.cc3178 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/
DDescriptors.java45 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/
DDescriptor.php135 …e.protobuf.internal.MethodDescriptorProto', \Google\Protobuf\Internal\MethodDescriptorProto::class)
/third_party/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto190 repeated MethodDescriptorProto method = 2;
196 message MethodDescriptorProto { message
/third_party/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto190 repeated MethodDescriptorProto method = 2;
196 message MethodDescriptorProto { message
/third_party/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Ddescriptor.proto190 repeated MethodDescriptorProto method = 2;
196 message MethodDescriptorProto { message
/third_party/protobuf/python/google/protobuf/internal/
Ddescriptor_test.py924 descriptor_pb2.MethodDescriptorProto,
/third_party/protobuf/python/google/protobuf/pyext/
Ddescriptor.cc1821 return CopyToPythonProto<MethodDescriptorProto>(_GetDescriptor(self), target); in CopyToProto()
/third_party/protobuf/
DMakefile.am875 php/src/Google/Protobuf/Internal/MethodDescriptorProto.php \