Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Ddescriptor_pool.cc308 PyObject* FindServiceByName(PyDescriptorPool* self, PyObject* arg) { in FindServiceByName() function
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor.cc1257 const ServiceDescriptor* DescriptorPool::FindServiceByName( in FindServiceByName() function in google::protobuf::DescriptorPool
1508 FileDescriptor::FindServiceByName(const string& key) const { in FindServiceByName() function in google::protobuf::FileDescriptor
Ddescriptor_unittest.cc389 TEST_F(FileDescriptorTest, FindServiceByName) { in TEST_F() argument