Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Ddescriptor.pb.h47 class MethodDescriptorProto; variable
1336 inline const ::google::protobuf::MethodDescriptorProto& method(int index) const;
1337 inline ::google::protobuf::MethodDescriptorProto* mutable_method(int index);
1338 inline ::google::protobuf::MethodDescriptorProto* add_method();
1339 inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::MethodDescriptorProto >&
1341 inline ::google::protobuf::RepeatedPtrField< ::google::protobuf::MethodDescriptorProto >*
1365 ::google::protobuf::RepeatedPtrField< ::google::protobuf::MethodDescriptorProto > method_;
1376 class LIBPROTOBUF_EXPORT MethodDescriptorProto : public ::google::protobuf::Message {
1378 MethodDescriptorProto();
1379 virtual ~MethodDescriptorProto();
[all …]
Ddescriptor.pb.cc272 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(MethodDescriptorProto, name_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
273 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(MethodDescriptorProto, input_type_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
274 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(MethodDescriptorProto, output_type_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
275 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(MethodDescriptorProto, options_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
280 MethodDescriptorProto::default_instance_, in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
282 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(MethodDescriptorProto, _has_bits_[0]), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
283 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(MethodDescriptorProto, _unknown_fields_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
287 sizeof(MethodDescriptorProto)); in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
521 MethodDescriptorProto_descriptor_, &MethodDescriptorProto::default_instance()); in protobuf_RegisterTypes()
567 delete MethodDescriptorProto::default_instance_; in protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto()
[all …]
Ddescriptor.h85 class MethodDescriptorProto; variable
943 void CopyTo(MethodDescriptorProto* proto) const;
Ddescriptor.cc1717 void MethodDescriptor::CopyTo(MethodDescriptorProto* proto) const { in CopyTo()
2497 void BuildMethod(const MethodDescriptorProto& proto,
2519 const MethodDescriptorProto& proto);
2669 const MethodDescriptorProto& proto);
4044 void DescriptorBuilder::BuildMethod(const MethodDescriptorProto& proto, in BuildMethod()
4404 MethodDescriptor* method, const MethodDescriptorProto& proto) { in CrossLinkMethod()
4607 const MethodDescriptorProto& /* proto */) { in ValidateMethodOptions() argument
Ddescriptor.proto203 repeated MethodDescriptorProto method = 2;
209 message MethodDescriptorProto { message
Ddescriptor_unittest.cc150 MethodDescriptorProto* AddMethod(ServiceDescriptorProto* service, in AddMethod()
154 MethodDescriptorProto* result = service->add_method(); in AddMethod()
/external/protobuf/src/google/protobuf/compiler/
Dparser.cc1499 bool Parser::ParseServiceMethod(MethodDescriptorProto* method, in ParseServiceMethod()
1506 MethodDescriptorProto::kNameFieldNumber); in ParseServiceMethod()
1516 MethodDescriptorProto::kInputTypeFieldNumber); in ParseServiceMethod()
1528 MethodDescriptorProto::kOutputTypeFieldNumber); in ParseServiceMethod()
1539 MethodDescriptorProto::kOptionsFieldNumber, in ParseServiceMethod()
Dparser.h394 bool ParseServiceMethod(MethodDescriptorProto* method,
Dparser_unittest.cc2205 const MethodDescriptorProto& bar = file_.service(0).method(0); in TEST_F()
2206 const MethodDescriptorProto& baz = file_.service(0).method(1); in TEST_F()
/external/protobuf/java/src/main/java/com/google/protobuf/
DDescriptors.java1642 public MethodDescriptorProto toProto() { return proto; } in toProto()
1671 private MethodDescriptorProto proto;
1680 private MethodDescriptor(final MethodDescriptorProto proto, in MethodDescriptor()
1716 private void setProto(final MethodDescriptorProto proto) { in setProto()
/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto190 repeated MethodDescriptorProto method = 2;
196 message MethodDescriptorProto { message
/external/nanopb-c/generator/google/protobuf/
Ddescriptor_pb2.py1273 class MethodDescriptorProto(_message.Message): class
/external/google-tv-pairing-protocol/java/jar/
Dprotobuf-java-2.2.0-lite.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...