ServiceDescriptor 43 third_party/protobuf/java/src/main/java/com/google/protobuf/BlockingService.java Descriptors.ServiceDescriptor getDescriptorForType(); ServiceDescriptor 97 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java public List<ServiceDescriptor> getServices() { ServiceDescriptor 170 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java public ServiceDescriptor findServiceByName(String name) { ServiceDescriptor 180 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java if (result != null && result instanceof ServiceDescriptor && ServiceDescriptor 182 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java return (ServiceDescriptor)result; ServiceDescriptor 341 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java private final ServiceDescriptor[] services; ServiceDescriptor 379 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java services = new ServiceDescriptor[proto.getServiceCount()]; ServiceDescriptor 381 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java services[i] = new ServiceDescriptor(proto.getService(i), this, i); ServiceDescriptor 397 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java for (final ServiceDescriptor service : services) { ServiceDescriptor 1459 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java public ServiceDescriptor getService() { return service; } ServiceDescriptor 1476 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java private final ServiceDescriptor service; ServiceDescriptor 1484 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java final ServiceDescriptor parent, ServiceDescriptor 1705 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java (descriptor instanceof ServiceDescriptor); ServiceDescriptor 52 third_party/protobuf/java/src/main/java/com/google/protobuf/Service.java Descriptors.ServiceDescriptor getDescriptorForType(); ServiceDescriptor 44 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java import com.google.protobuf.Descriptors.ServiceDescriptor; ServiceDescriptor 123 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java ServiceDescriptor service = TestService.getDescriptor(); ServiceDescriptor 321 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java ServiceDescriptor service = TestService.getDescriptor(); ServiceDescriptor 378 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java ServiceDescriptor service = ServiceDescriptor 45 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_service.cc ServiceGenerator::ServiceGenerator(const ServiceDescriptor* descriptor, ServiceDescriptor 58 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_service.h explicit ServiceGenerator(const ServiceDescriptor* descriptor, ServiceDescriptor 108 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_service.h const ServiceDescriptor* descriptor_; ServiceDescriptor 1137 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_unittest.cc const ServiceDescriptor* descriptor_; ServiceDescriptor 214 third_party/protobuf/src/google/protobuf/compiler/java/java_doc_comment.cc const ServiceDescriptor* service) { ServiceDescriptor 57 third_party/protobuf/src/google/protobuf/compiler/java/java_doc_comment.h const ServiceDescriptor* service); ServiceDescriptor 188 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc string ClassName(const ServiceDescriptor* descriptor) { ServiceDescriptor 83 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.h string ClassName(const ServiceDescriptor* descriptor); ServiceDescriptor 47 third_party/protobuf/src/google/protobuf/compiler/java/java_service.cc ServiceGenerator::ServiceGenerator(const ServiceDescriptor* descriptor) ServiceDescriptor 54 third_party/protobuf/src/google/protobuf/compiler/java/java_service.h explicit ServiceGenerator(const ServiceDescriptor* descriptor); ServiceDescriptor 103 third_party/protobuf/src/google/protobuf/compiler/java/java_service.h const ServiceDescriptor* descriptor_; ServiceDescriptor 464 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc const ServiceDescriptor& descriptor) const { ServiceDescriptor 523 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc void Generator::PrintServiceClass(const ServiceDescriptor& descriptor) const { ServiceDescriptor 536 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc void Generator::PrintServiceStub(const ServiceDescriptor& descriptor) const { ServiceDescriptor 1002 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc const ServiceDescriptor& descriptor) const { ServiceDescriptor 50 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.h class ServiceDescriptor; ServiceDescriptor 122 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.h void PrintServiceDescriptor(const ServiceDescriptor& descriptor) const; ServiceDescriptor 123 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.h void PrintServiceClass(const ServiceDescriptor& descriptor) const; ServiceDescriptor 124 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.h void PrintServiceStub(const ServiceDescriptor& descriptor) const; ServiceDescriptor 135 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.h const ServiceDescriptor& descriptor) const; ServiceDescriptor 246 third_party/protobuf/src/google/protobuf/descriptor.cc const ServiceDescriptor* service_descriptor; ServiceDescriptor 271 third_party/protobuf/src/google/protobuf/descriptor.cc CONSTRUCTOR(ServiceDescriptor , SERVICE , service_descriptor ) ServiceDescriptor 1035 third_party/protobuf/src/google/protobuf/descriptor.cc const ServiceDescriptor* DescriptorPool::FindServiceByName( ServiceDescriptor 1223 third_party/protobuf/src/google/protobuf/descriptor.cc ServiceDescriptor::FindMethodByName(const string& key) const { ServiceDescriptor 1264 third_party/protobuf/src/google/protobuf/descriptor.cc const ServiceDescriptor* ServiceDescriptor 1600 third_party/protobuf/src/google/protobuf/descriptor.cc void ServiceDescriptor::CopyTo(ServiceDescriptorProto* proto) const { ServiceDescriptor 1943 third_party/protobuf/src/google/protobuf/descriptor.cc string ServiceDescriptor::DebugString() const { ServiceDescriptor 1949 third_party/protobuf/src/google/protobuf/descriptor.cc void ServiceDescriptor::DebugString(string *contents) const { ServiceDescriptor 2045 third_party/protobuf/src/google/protobuf/descriptor.cc bool ServiceDescriptor::GetSourceLocation(SourceLocation* out_location) const { ServiceDescriptor 2092 third_party/protobuf/src/google/protobuf/descriptor.cc void ServiceDescriptor::GetLocationPath(vector<int>* output) const { ServiceDescriptor 2322 third_party/protobuf/src/google/protobuf/descriptor.cc ServiceDescriptor* result); ServiceDescriptor 2324 third_party/protobuf/src/google/protobuf/descriptor.cc const ServiceDescriptor* parent, ServiceDescriptor 2340 third_party/protobuf/src/google/protobuf/descriptor.cc void CrossLinkService(ServiceDescriptor* service, ServiceDescriptor 2487 third_party/protobuf/src/google/protobuf/descriptor.cc void ValidateServiceOptions(ServiceDescriptor* service, ServiceDescriptor 3681 third_party/protobuf/src/google/protobuf/descriptor.cc ServiceDescriptor* result) { ServiceDescriptor 3706 third_party/protobuf/src/google/protobuf/descriptor.cc const ServiceDescriptor* parent, ServiceDescriptor 3967 third_party/protobuf/src/google/protobuf/descriptor.cc ServiceDescriptor* service, const ServiceDescriptorProto& proto) { ServiceDescriptor 4164 third_party/protobuf/src/google/protobuf/descriptor.cc void DescriptorBuilder::ValidateServiceOptions(ServiceDescriptor* service, ServiceDescriptor 74 third_party/protobuf/src/google/protobuf/descriptor.h class ServiceDescriptor; ServiceDescriptor 748 third_party/protobuf/src/google/protobuf/descriptor.h class LIBPROTOBUF_EXPORT ServiceDescriptor { ServiceDescriptor 809 third_party/protobuf/src/google/protobuf/descriptor.h ServiceDescriptor() {} ServiceDescriptor 813 third_party/protobuf/src/google/protobuf/descriptor.h GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(ServiceDescriptor); ServiceDescriptor 830 third_party/protobuf/src/google/protobuf/descriptor.h const ServiceDescriptor* service() const; ServiceDescriptor 869 third_party/protobuf/src/google/protobuf/descriptor.h const ServiceDescriptor* service_; ServiceDescriptor 880 third_party/protobuf/src/google/protobuf/descriptor.h friend class ServiceDescriptor; ServiceDescriptor 941 third_party/protobuf/src/google/protobuf/descriptor.h const ServiceDescriptor* service(int index) const; ServiceDescriptor 965 third_party/protobuf/src/google/protobuf/descriptor.h const ServiceDescriptor* FindServiceByName(const string& name) const; ServiceDescriptor 1014 third_party/protobuf/src/google/protobuf/descriptor.h ServiceDescriptor* services_; ServiceDescriptor 1032 third_party/protobuf/src/google/protobuf/descriptor.h friend class ServiceDescriptor; ServiceDescriptor 1118 third_party/protobuf/src/google/protobuf/descriptor.h const ServiceDescriptor* FindServiceByName(const string& name) const; ServiceDescriptor 1261 third_party/protobuf/src/google/protobuf/descriptor.h friend class ServiceDescriptor; ServiceDescriptor 1386 third_party/protobuf/src/google/protobuf/descriptor.h PROTOBUF_DEFINE_STRING_ACCESSOR(ServiceDescriptor, name) ServiceDescriptor 1387 third_party/protobuf/src/google/protobuf/descriptor.h PROTOBUF_DEFINE_STRING_ACCESSOR(ServiceDescriptor, full_name) ServiceDescriptor 1388 third_party/protobuf/src/google/protobuf/descriptor.h PROTOBUF_DEFINE_ACCESSOR(ServiceDescriptor, file, const FileDescriptor*) ServiceDescriptor 1389 third_party/protobuf/src/google/protobuf/descriptor.h PROTOBUF_DEFINE_ACCESSOR(ServiceDescriptor, method_count, int) ServiceDescriptor 1390 third_party/protobuf/src/google/protobuf/descriptor.h PROTOBUF_DEFINE_ARRAY_ACCESSOR(ServiceDescriptor, method, ServiceDescriptor 1392 third_party/protobuf/src/google/protobuf/descriptor.h PROTOBUF_DEFINE_OPTIONS_ACCESSOR(ServiceDescriptor, ServiceOptions) ServiceDescriptor 1396 third_party/protobuf/src/google/protobuf/descriptor.h PROTOBUF_DEFINE_ACCESSOR(MethodDescriptor, service, const ServiceDescriptor*) ServiceDescriptor 1415 third_party/protobuf/src/google/protobuf/descriptor.h const ServiceDescriptor*) ServiceDescriptor 1473 third_party/protobuf/src/google/protobuf/descriptor.h inline int ServiceDescriptor::index() const { ServiceDescriptor 257 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc const ServiceDescriptor* foo_service_; ServiceDescriptor 263 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc const ServiceDescriptor* bar_service_; ServiceDescriptor 1072 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc const ServiceDescriptor* service_; ServiceDescriptor 1073 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc const ServiceDescriptor* service2_; ServiceDescriptor 2138 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc const ServiceDescriptor* service = ServiceDescriptor 2400 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc const ServiceDescriptor* service = file->FindServiceByName( ServiceDescriptor 4346 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc const ServiceDescriptor* test_service = pool.FindServiceByName("TestService"); ServiceDescriptor 4543 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc const ServiceDescriptor *s_desc = file_desc->FindServiceByName("S"); ServiceDescriptor 116 third_party/protobuf/src/google/protobuf/service.h class ServiceDescriptor; // descriptor.h ServiceDescriptor 139 third_party/protobuf/src/google/protobuf/service.h virtual const ServiceDescriptor* GetDescriptor() = 0;