Searched defs:ServiceDescriptor (Results 1 - 8 of 8) sorted by relevance

/external/perfetto/include/perfetto/ipc/
H A Dservice_descriptor.h38 class ServiceDescriptor { class in namespace:perfetto::ipc
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DServiceDescriptor.cs41 public sealed class ServiceDescriptor : DescriptorBase class in namespace:Google.Protobuf.Reflection
46 internal ServiceDescriptor(ServiceDescriptorProto proto, FileDescriptor file, int index) method in class:Google.Protobuf.Reflection.ServiceDescriptor
/external/nanopb-c/generator/google/protobuf/
H A Ddescriptor.py570 class ServiceDescriptor(_NestedDescriptorBase): class in inherits:_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/
H A Ddescriptor.py698 class ServiceDescriptor(_NestedDescriptorBase): class in inherits:_NestedDescriptorBase
715 super(ServiceDescriptor, self).__init__(
739 super(ServiceDescriptor, self).CopyToProto(proto)
749 containing_service: (ServiceDescriptor) The service that contains this
/external/protobuf/java/core/src/main/java/com/google/protobuf/
H A DDescriptors.java121 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) {
1813 public static final class ServiceDescriptor extend class in class:Descriptors
1876 private ServiceDescriptor(final ServiceDescriptorProto proto, method in class:Descriptors.ServiceDescriptor
[all...]
/external/protobuf/src/google/protobuf/
H A Ddescriptor.h81 class ServiceDescriptor;
990 // Describes an RPC service. To get the ServiceDescriptor for a service,
993 // ServiceDescriptor. Use DescriptorPool to construct your own descriptors.
994 class LIBPROTOBUF_EXPORT ServiceDescriptor { class in namespace:google::protobuf
1058 // of Allocate<ServiceDescriptor>() and AllocateArray<ServiceDescriptor>() in
1062 ServiceDescriptor() {} function in class:google::protobuf::ServiceDescriptor
1066 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(ServiceDescriptor);
1070 // a service, first get its ServiceDescriptor, then call
1071 // ServiceDescriptor
[all...]
/external/google-tv-pairing-protocol/java/jar/
H A Dprotobuf-java-2.2.0-lite.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/protobuf/ com/google/protobuf/UninitializedMessageException ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 255 milliseconds