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

  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
ServiceDescriptor.cs 41 public sealed class ServiceDescriptor : DescriptorBase
46 internal ServiceDescriptor(ServiceDescriptorProto proto, FileDescriptor file, int index)
  /external/nanopb-c/generator/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 698 class ServiceDescriptor(_NestedDescriptorBase):
715 super(ServiceDescriptor, self).__init__(
739 super(ServiceDescriptor, self).CopyToProto(proto)
749 containing_service: (ServiceDescriptor) The service that contains this
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/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...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/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...]
  /prebuilts/misc/windows/protobuf2.5/include/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...]
  /prebuilts/tools/linux-x86_64/protoc/include/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 81 class ServiceDescriptor;
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
descriptor.h 81 class ServiceDescriptor;
    [all...]
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
Descriptors.java 121 public List<ServiceDescriptor> getServices() {
214 public ServiceDescriptor findServiceByName(String name) {
224 if (result != null && result instanceof ServiceDescriptor &&
226 return (ServiceDescriptor)result;
440 private final ServiceDescriptor[] services;
494 services = new ServiceDescriptor[proto.getServiceCount()];
496 services[i] = new ServiceDescriptor(proto.getService(i), this, i);
520 services = new ServiceDescriptor[0];
533 for (final ServiceDescriptor service : services) {
    [all...]
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-core/1.0.1/
grpc-core-1.0.1.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-core/1.0.3/
grpc-core-1.0.3.jar 
  /external/google-tv-pairing-protocol/java/jar/
protobuf-java-2.2.0-lite.jar 
  /prebuilts/misc/common/robolectric/lib/
protobuf-java-2.6.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/2.5.0/
protobuf-java-2.5.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/2.6.1/
protobuf-java-2.6.1.jar 
  /prebuilts/tools/common/offline-m2/com/google/protobuf/protobuf-java/2.5.0/
protobuf-java-2.5.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.0-beta-2/
protobuf-java-3.0.0-beta-2.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.0/
protobuf-java-3.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.2/
protobuf-java-3.0.2.jar 
  /prebuilts/tools/linux-x86_64/kythe/extractors/
bazel_java_extractor.jar 

Completed in 317 milliseconds