Home
last modified time | relevance | path

Searched defs:FindServiceByName (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/python/google/protobuf/
Ddescriptor_pool.py631 def FindServiceByName(self, full_name): member in DescriptorPool
/external/protobuf/python/google/protobuf/pyext/
Ddescriptor_pool.cc360 static PyObject* FindServiceByName(PyObject* self, PyObject* arg) { in FindServiceByName() function
/external/protobuf/src/google/protobuf/
Ddescriptor.cc1476 const ServiceDescriptor* DescriptorPool::FindServiceByName( in FindServiceByName() function in google::protobuf::DescriptorPool
1765 const ServiceDescriptor* FileDescriptor::FindServiceByName( in FindServiceByName() function in google::protobuf::FileDescriptor
Ddescriptor_unittest.cc449 TEST_F(FileDescriptorTest, FindServiceByName) { in TEST_F() argument