Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Ddescriptor.cc943 const ServiceDescriptor* DescriptorPool::FindServiceByName( in FindServiceByName() function in google::protobuf::DescriptorPool
1174 FileDescriptor::FindServiceByName(const string& key) const { in FindServiceByName() function in google::protobuf::FileDescriptor
Ddescriptor_unittest.cc318 TEST_F(FileDescriptorTest, FindServiceByName) { in TEST_F() argument