Home
last modified time | relevance | path

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

/external/protobuf/python/google/protobuf/
Ddescriptor.py509 def FindMethodByName(self, name): member in ServiceDescriptor
/external/protobuf/src/google/protobuf/
Ddescriptor.cc949 const MethodDescriptor* DescriptorPool::FindMethodByName( in FindMethodByName() function in google::protobuf::DescriptorPool
1132 ServiceDescriptor::FindMethodByName(const string& key) const { in FindMethodByName() function in google::protobuf::ServiceDescriptor
Ddescriptor_unittest.cc1096 TEST_F(ServiceDescriptorTest, FindMethodByName) { in TEST_F() argument