Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DServiceDescriptor.cs89 public MethodDescriptor FindMethodByName(String name) in FindMethodByName() method in Google.Protobuf.Reflection.ServiceDescriptor
/third_party/protobuf/python/google/protobuf/pyext/
Ddescriptor_pool.cc380 static PyObject* FindMethodByName(PyObject* self, PyObject* arg) { in FindMethodByName() function
Ddescriptor.cc1685 static PyObject* FindMethodByName(PyBaseDescriptor *self, PyObject* arg) { in FindMethodByName() function
/third_party/protobuf/python/google/protobuf/
Ddescriptor_pool.py688 def FindMethodByName(self, full_name): member in DescriptorPool
Ddescriptor.py824 def FindMethodByName(self, name): member in ServiceDescriptor
/third_party/protobuf/src/google/protobuf/
Ddescriptor.cc1474 const MethodDescriptor* DescriptorPool::FindMethodByName( in FindMethodByName() function in google::protobuf::DescriptorPool
1741 const MethodDescriptor* ServiceDescriptor::FindMethodByName( in FindMethodByName() function in google::protobuf::ServiceDescriptor
Ddescriptor_unittest.cc1582 TEST_F(ServiceDescriptorTest, FindMethodByName) { in TEST_F() argument