HomeSort by relevance Sort by last modified time
    Searched defs:ServiceDescriptor (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/protobuf/python/google/protobuf/
descriptor.py 570 class ServiceDescriptor(_NestedDescriptorBase):
587 super(ServiceDescriptor, self).__init__(
611 super(ServiceDescriptor, self).CopyToProto(proto)
621 containing_service: (ServiceDescriptor) The service that contains this
  /external/protobuf/python/google/protobuf/
descriptor.py 482 class ServiceDescriptor(_NestedDescriptorBase):
499 super(ServiceDescriptor, self).__init__(
523 super(ServiceDescriptor, self).CopyToProto(proto)
533 containing_service: (ServiceDescriptor) The service that contains this
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
descriptor.h 74 class ServiceDescriptor;
744 // Describes an RPC service. To get the ServiceDescriptor for a service,
747 // ServiceDescriptor. Use DescriptorPool to construct your own descriptors.
748 class LIBPROTOBUF_EXPORT ServiceDescriptor {
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.h 70 class ServiceDescriptor;
675 // Describes an RPC service. To get the ServiceDescriptor for a service,
678 // ServiceDescriptor. Use DescriptorPool to construct your own descriptors.
679 class LIBPROTOBUF_EXPORT ServiceDescriptor {
726 // of Allocate<ServiceDescriptor>() and AllocateArray<ServiceDescriptor>() in
730 ServiceDescriptor() {}
734 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(ServiceDescriptor);
738 // a service, first get its ServiceDescriptor, then call
739 // ServiceDescriptor::FindMethodByName(). Use DescriptorPool to construct you
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/
Descriptors.java 87 public List<ServiceDescriptor> getServices() {
155 public ServiceDescriptor findServiceByName(String name) {
165 if (result != null && result instanceof ServiceDescriptor &&
167 return (ServiceDescriptor)result;
326 private final ServiceDescriptor[] services;
352 services = new ServiceDescriptor[proto.getServiceCount()];
354 services[i] = new ServiceDescriptor(proto.getService(i), this, i);
370 for (final ServiceDescriptor service : services) {
    [all...]
  /external/google-tv-pairing-protocol/java/jar/
protobuf-java-2.2.0-lite.jar 

Completed in 211 milliseconds