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.cs63 public MethodDescriptor FindMethodByName(string name) => in FindMethodByName() method in Google.Protobuf.Reflection.ServiceDescriptor
/third_party/protobuf/python/google/protobuf/
Ddescriptor_pool.py636 def FindMethodByName(self, full_name): member in DescriptorPool
Ddescriptor.py1057 def FindMethodByName(self, name): member in ServiceDescriptor
/third_party/protobuf/python/google/protobuf/pyext/
Ddescriptor_pool.cc388 static PyObject* FindMethodByName(PyObject* self, PyObject* arg) { in FindMethodByName() function
Ddescriptor.cc1827 static PyObject* FindMethodByName(PyBaseDescriptor *self, PyObject* arg) { in FindMethodByName() function
/third_party/protobuf/src/google/protobuf/
Ddescriptor.cc2358 const MethodDescriptor* DescriptorPool::FindMethodByName( in FindMethodByName() function in google::protobuf::DescriptorPool
2602 const MethodDescriptor* ServiceDescriptor::FindMethodByName( in FindMethodByName() function in google::protobuf::ServiceDescriptor
Ddescriptor_unittest.cc1806 TEST_F(ServiceDescriptorTest, FindMethodByName) { in TEST_F() argument