Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/
DMethodDescriptor.cs40 private readonly MethodDescriptorProto proto;
70 internal MethodDescriptor(MethodDescriptorProto proto, FileDescriptor file, in MethodDescriptor()
79 internal MethodDescriptorProto Proto { get { return proto; } }
DDescriptor.cs155 …(global::Google.Protobuf.Reflection.MethodDescriptorProto), global::Google.Protobuf.Reflection.Met… in DescriptorReflection()
2364 …private static readonly pb::FieldCodec<global::Google.Protobuf.Reflection.MethodDescriptorProto> _…
2365 … = pb::FieldCodec.ForMessage(18, global::Google.Protobuf.Reflection.MethodDescriptorProto.Parser);
2366 …Protobuf.Reflection.MethodDescriptorProto> method_ = new pbc::RepeatedField<global::Google.Protobu…
2368 public pbc::RepeatedField<global::Google.Protobuf.Reflection.MethodDescriptorProto> Method {
2491 internal sealed partial class MethodDescriptorProto : pb::IMessage<MethodDescriptorProto> { class
2492 …nly pb::MessageParser<MethodDescriptorProto> _parser = new pb::MessageParser<MethodDescriptorProto
2494 public static pb::MessageParser<MethodDescriptorProto> Parser { get { return _parser; } }
2507 public MethodDescriptorProto() { in MethodDescriptorProto() method in Google.Protobuf.Reflection.MethodDescriptorProto
2514 public MethodDescriptorProto(MethodDescriptorProto other) : this() { in MethodDescriptorProto() method in Google.Protobuf.Reflection.MethodDescriptorProto
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor.pb.h56 class MethodDescriptorProto; variable
1687 const ::google::protobuf::MethodDescriptorProto& method(int index) const;
1688 ::google::protobuf::MethodDescriptorProto* mutable_method(int index);
1689 ::google::protobuf::MethodDescriptorProto* add_method();
1690 ::google::protobuf::RepeatedPtrField< ::google::protobuf::MethodDescriptorProto >*
1692 const ::google::protobuf::RepeatedPtrField< ::google::protobuf::MethodDescriptorProto >&
1715 ::google::protobuf::RepeatedPtrField< ::google::protobuf::MethodDescriptorProto > method_;
1726 class LIBPROTOBUF_EXPORT MethodDescriptorProto : public ::google::protobuf::Message /* @@protoc_ins…
1728 MethodDescriptorProto();
1729 virtual ~MethodDescriptorProto();
[all …]
Ddescriptor.pb.cc308 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(MethodDescriptorProto, name_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
309 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(MethodDescriptorProto, input_type_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
310 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(MethodDescriptorProto, output_type_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
311 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(MethodDescriptorProto, options_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
312 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(MethodDescriptorProto, client_streaming_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
313 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(MethodDescriptorProto, server_streaming_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
318 MethodDescriptorProto::default_instance_, in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
320 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(MethodDescriptorProto, _has_bits_[0]), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
323 sizeof(MethodDescriptorProto), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
324 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(MethodDescriptorProto, _internal_metadata_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
[all …]
Ddescriptor.h93 class MethodDescriptorProto; variable
1109 void CopyTo(MethodDescriptorProto* proto) const;
Ddescriptor.cc1937 void MethodDescriptor::CopyTo(MethodDescriptorProto* proto) const { in CopyTo()
2992 void BuildMethod(const MethodDescriptorProto& proto,
3015 const MethodDescriptorProto& proto);
3165 const MethodDescriptorProto& proto);
4676 void DescriptorBuilder::BuildMethod(const MethodDescriptorProto& proto, in BuildMethod()
5060 MethodDescriptor* method, const MethodDescriptorProto& proto) { in CrossLinkMethod()
5394 const MethodDescriptorProto& /* proto */) { in ValidateMethodOptions() argument
Ddescriptor.proto229 repeated MethodDescriptorProto method = 2;
235 message MethodDescriptorProto { message
Ddescriptor_unittest.cc164 MethodDescriptorProto* AddMethod(ServiceDescriptorProto* service, in AddMethod()
168 MethodDescriptorProto* result = service->add_method(); in AddMethod()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dparser.cc1855 bool Parser::ParseServiceMethod(MethodDescriptorProto* method, in ParseServiceMethod()
1862 MethodDescriptorProto::kNameFieldNumber); in ParseServiceMethod()
1873 method_location, MethodDescriptorProto::kClientStreamingFieldNumber); in ParseServiceMethod()
1881 MethodDescriptorProto::kInputTypeFieldNumber); in ParseServiceMethod()
1894 method_location, MethodDescriptorProto::kServerStreamingFieldNumber); in ParseServiceMethod()
1902 MethodDescriptorProto::kOutputTypeFieldNumber); in ParseServiceMethod()
1912 MethodDescriptorProto::kOptionsFieldNumber, in ParseServiceMethod()
Dparser.h406 bool ParseServiceMethod(MethodDescriptorProto* method,
Dparser_unittest.cc2678 const MethodDescriptorProto& bar = file_.service(0).method(0); in TEST_F()
2679 const MethodDescriptorProto& baz = file_.service(0).method(1); in TEST_F()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DDescriptors.java1928 public MethodDescriptorProto toProto() { in toProto()
1968 private MethodDescriptorProto proto;
1977 private MethodDescriptor(final MethodDescriptorProto proto, in MethodDescriptor()
2013 private void setProto(final MethodDescriptorProto proto) { in setProto()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto190 repeated MethodDescriptorProto method = 2;
196 message MethodDescriptorProto { message
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Ddescriptor.proto190 repeated MethodDescriptorProto method = 2;
196 message MethodDescriptorProto { message
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Ddescriptor.cc1700 return CopyToPythonProto<MethodDescriptorProto>(_GetDescriptor(self), target); in CopyToProto()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/ext/google/protobuf_c/
Dupb.h7199 class MethodDescriptorProto : public ::upb::reffed_ptr<const ::upb::MessageDef> {
7201 MethodDescriptorProto(const ::upb::MessageDef* m, const void *ref_donor = NULL)
7206 static MethodDescriptorProto get() {
7208 return MethodDescriptorProto(m, &m);
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/php/ext/google/protobuf/
Dupb.h6930 namespace MethodDescriptorProto {