Searched defs:FindMethodByName (Results 1 – 6 of 6) sorted by relevance
76 public MethodDescriptor FindMethodByName(String name) in FindMethodByName() method in Google.Protobuf.Reflection.ServiceDescriptor
325 PyObject* FindMethodByName(PyDescriptorPool* self, PyObject* arg) { in FindMethodByName() function
1574 static PyObject* FindMethodByName(PyBaseDescriptor *self, PyObject* arg) { in FindMethodByName() function
740 def FindMethodByName(self, name): member in ServiceDescriptor
1263 const MethodDescriptor* DescriptorPool::FindMethodByName( in FindMethodByName() function in google::protobuf::DescriptorPool1466 ServiceDescriptor::FindMethodByName(const string& key) const { in FindMethodByName() function in google::protobuf::ServiceDescriptor
1442 TEST_F(ServiceDescriptorTest, FindMethodByName) { in TEST_F() argument