Home
last modified time | relevance | path

Searched defs:ServiceDescriptor (Results 1 – 5 of 5) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/python/
Dpython_generator.h50 class ServiceDescriptor; variable
/external/protobuf/src/google/protobuf/
Dservice.h116 class ServiceDescriptor; // descriptor.h variable
Ddescriptor.h70 class ServiceDescriptor; variable
730 ServiceDescriptor() {} in ServiceDescriptor() function
790 friend class ServiceDescriptor; variable
902 friend class ServiceDescriptor; variable
1131 friend class ServiceDescriptor; variable
/external/protobuf/python/google/protobuf/
Ddescriptor.py482 class ServiceDescriptor(_NestedDescriptorBase): class
/external/protobuf/java/src/main/java/com/google/protobuf/
DDescriptors.java1317 public static final class ServiceDescriptor implements GenericDescriptor { class in Descriptors
1368 private ServiceDescriptor(final ServiceDescriptorProto proto, in ServiceDescriptor() method in Descriptors.ServiceDescriptor