Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/
DServiceDescriptor.cs41 public sealed class ServiceDescriptor : DescriptorBase class
46 internal ServiceDescriptor(ServiceDescriptorProto proto, FileDescriptor file, int index) in ServiceDescriptor() method in Google.Protobuf.Reflection.ServiceDescriptor
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/csharp/
Dcsharp_names.h49 class ServiceDescriptor; variable
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/java/
Djava_names.h49 class ServiceDescriptor; variable
Djava_generator_factory.h42 class ServiceDescriptor; // descriptor.h variable
Djava_name_resolver.h45 class ServiceDescriptor; variable
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Ddescriptor_containers.h46 class ServiceDescriptor; variable
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/python/
Dpython_generator.h52 class ServiceDescriptor; variable
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dservice.h117 class ServiceDescriptor; // descriptor.h variable
Ddescriptor.h80 class ServiceDescriptor; variable
1068 ServiceDescriptor() {} in ServiceDescriptor() function
1154 friend class ServiceDescriptor; variable
1331 friend class ServiceDescriptor; variable
1589 friend class ServiceDescriptor; variable
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DDescriptors.java1817 public static final class ServiceDescriptor extends GenericDescriptor { class in Descriptors
1880 private ServiceDescriptor(final ServiceDescriptorProto proto, in ServiceDescriptor() method in Descriptors.ServiceDescriptor
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/
Ddescriptor.py701 class ServiceDescriptor(_NestedDescriptorBase): class