Home
last modified time | relevance | path

Searched refs:ServiceDescriptorProto (Results 1 – 18 of 18) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DServiceDescriptor.cs43 private readonly ServiceDescriptorProto proto;
46 internal ServiceDescriptor(ServiceDescriptorProto proto, FileDescriptor file, int index) in ServiceDescriptor()
61 internal ServiceDescriptorProto Proto { get { return proto; } }
DDescriptor.cs152 …global::Google.Protobuf.Reflection.ServiceDescriptorProto), global::Google.Protobuf.Reflection.Ser… in DescriptorReflection()
396 …tatic readonly pb::FieldCodec<global::Google.Protobuf.Reflection.ServiceDescriptorProto> _repeated…
397 … = pb::FieldCodec.ForMessage(50, global::Google.Protobuf.Reflection.ServiceDescriptorProto.Parser);
398 …rotobuf.Reflection.ServiceDescriptorProto> service_ = new pbc::RepeatedField<global::Google.Protob…
399 public pbc::RepeatedField<global::Google.Protobuf.Reflection.ServiceDescriptorProto> Service {
2120 internal sealed partial class ServiceDescriptorProto : pb::IMessage<ServiceDescriptorProto> { class
2121 …y pb::MessageParser<ServiceDescriptorProto> _parser = new pb::MessageParser<ServiceDescriptorProto
2122 public static pb::MessageParser<ServiceDescriptorProto> Parser { get { return _parser; } }
2132 public ServiceDescriptorProto() { in ServiceDescriptorProto() method in Google.Protobuf.Reflection.ServiceDescriptorProto
2138 public ServiceDescriptorProto(ServiceDescriptorProto other) : this() { in ServiceDescriptorProto() method in Google.Protobuf.Reflection.ServiceDescriptorProto
[all …]
/external/protobuf/src/google/protobuf/compiler/
Dparser.h301 bool ParseServiceDefinition(ServiceDescriptorProto* service,
322 bool ParseServiceBlock(ServiceDescriptorProto* service,
334 bool ParseServiceStatement(ServiceDescriptorProto* message,
Dparser.cc1789 ServiceDescriptorProto* service, in ParseServiceDefinition()
1796 ServiceDescriptorProto::kNameFieldNumber); in ParseServiceDefinition()
1806 bool Parser::ParseServiceBlock(ServiceDescriptorProto* service, in ParseServiceBlock()
1827 bool Parser::ParseServiceStatement(ServiceDescriptorProto* service, in ParseServiceStatement()
1835 service_location, ServiceDescriptorProto::kOptionsFieldNumber); in ParseServiceStatement()
1840 ServiceDescriptorProto::kMethodFieldNumber, service->method_size()); in ParseServiceStatement()
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.h59 class ServiceDescriptorProto; variable
431 const ::google::protobuf::ServiceDescriptorProto& service(int index) const;
432 ::google::protobuf::ServiceDescriptorProto* mutable_service(int index);
433 ::google::protobuf::ServiceDescriptorProto* add_service();
434 ::google::protobuf::RepeatedPtrField< ::google::protobuf::ServiceDescriptorProto >*
436 const ::google::protobuf::RepeatedPtrField< ::google::protobuf::ServiceDescriptorProto >&
504 ::google::protobuf::RepeatedPtrField< ::google::protobuf::ServiceDescriptorProto > service_;
1554 class LIBPROTOBUF_EXPORT ServiceDescriptorProto : public ::google::protobuf::Message {
1556 ServiceDescriptorProto();
1557 virtual ~ServiceDescriptorProto();
[all …]
Ddescriptor.pb.cc286 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ServiceDescriptorProto, name_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
287 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ServiceDescriptorProto, method_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
288 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ServiceDescriptorProto, options_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
293 ServiceDescriptorProto::default_instance_, in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
295 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ServiceDescriptorProto, _has_bits_[0]), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
298 sizeof(ServiceDescriptorProto), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
299 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ServiceDescriptorProto, _internal_metadata_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
593 ServiceDescriptorProto_descriptor_, &ServiceDescriptorProto::default_instance()); in protobuf_RegisterTypes()
645 delete ServiceDescriptorProto::default_instance_; in protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto()
824 ServiceDescriptorProto::default_instance_ = new ServiceDescriptorProto(); in protobuf_AddDesc_google_2fprotobuf_2fdescriptor_2eproto()
[all …]
Ddescriptor.h93 class ServiceDescriptorProto; variable
1022 void CopyTo(ServiceDescriptorProto* proto) const;
Ddescriptor.cc1922 void ServiceDescriptor::CopyTo(ServiceDescriptorProto* proto) const { in CopyTo()
2733 output->push_back(ServiceDescriptorProto::kMethodFieldNumber); in GetLocationPath()
2983 void BuildService(const ServiceDescriptorProto& proto,
3007 const ServiceDescriptorProto& proto);
3157 const ServiceDescriptorProto& proto);
4637 void DescriptorBuilder::BuildService(const ServiceDescriptorProto& proto, in BuildService()
5032 ServiceDescriptor* service, const ServiceDescriptorProto& proto) { in CrossLinkService()
5360 const ServiceDescriptorProto& proto) { in ValidateServiceOptions()
Ddescriptor_unittest.cc94 ServiceDescriptorProto* AddService(FileDescriptorProto* file, in AddService()
96 ServiceDescriptorProto* result = file->add_service(); in AddService()
165 MethodDescriptorProto* AddMethod(ServiceDescriptorProto* service, in AddMethod()
1362 ServiceDescriptorProto* service = AddService(&foo_file, "TestService"); in SetUp()
1371 ServiceDescriptorProto* service2 = AddService(&bar_file, "TestService2"); in SetUp()
Ddescriptor.proto75 repeated ServiceDescriptorProto service = 6;
225 message ServiceDescriptorProto { message
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DDescriptors.java1822 public ServiceDescriptorProto toProto() { in toProto()
1871 private ServiceDescriptorProto proto;
1876 private ServiceDescriptor(final ServiceDescriptorProto proto, in ServiceDescriptor()
1901 private void setProto(final ServiceDescriptorProto proto) { in setProto()
/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto71 repeated ServiceDescriptorProto service = 6;
188 message ServiceDescriptorProto { message
/external/protobuf/src/google/protobuf/compiler/python/
Dpython_generator.cc564 ServiceDescriptorProto sdp; in PrintServiceDescriptor()
/external/nanopb-c/generator/google/protobuf/
Ddescriptor_pb2.py1267 class ServiceDescriptorProto(_message.Message): class
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.h7238 class ServiceDescriptorProto : public ::upb::reffed_ptr<const ::upb::MessageDef> {
7240 ServiceDescriptorProto(const ::upb::MessageDef* m, const void *ref_donor = NULL)
7245 static ServiceDescriptorProto get() {
7247 return ServiceDescriptorProto(m, &m);
/external/google-tv-pairing-protocol/java/jar/
Dprotobuf-java-2.2.0-lite.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/protobuf/php/ext/google/protobuf/
Dupb.h6951 namespace ServiceDescriptorProto {
/external/v8/src/inspector/build/closure-compiler/
Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...