Home
last modified time | relevance | path

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

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