Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DServiceDescriptor.cs97 public MethodDescriptor FindMethodByName(String name) in FindMethodByName() method in Google.Protobuf.Reflection.ServiceDescriptor
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DServiceDescriptor.cs97 public MethodDescriptor FindMethodByName(String name) in FindMethodByName() method in Google.Protobuf.Reflection.ServiceDescriptor
/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/
H A Ddescriptor_pool.py693 def FindMethodByName(self, full_name): member in DescriptorPool
H A Ddescriptor.py871 def FindMethodByName(self, name): member in ServiceDescriptor
/aosp_15_r20/external/protobuf/python/google/protobuf/
H A Ddescriptor_pool.py693 def FindMethodByName(self, full_name): member in DescriptorPool
H A Ddescriptor.py871 def FindMethodByName(self, name): member in ServiceDescriptor
/aosp_15_r20/external/protobuf/python/google/protobuf/pyext/
H A Ddescriptor_pool.cc386 static PyObject* FindMethodByName(PyObject* self, PyObject* arg) { in FindMethodByName() function
H A Ddescriptor.cc1736 static PyObject* FindMethodByName(PyBaseDescriptor *self, PyObject* arg) { in FindMethodByName() function
/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/pyext/
H A Ddescriptor_pool.cc386 static PyObject* FindMethodByName(PyObject* self, PyObject* arg) { in FindMethodByName() function
H A Ddescriptor.cc1736 static PyObject* FindMethodByName(PyBaseDescriptor *self, PyObject* arg) { in FindMethodByName() function
/aosp_15_r20/external/protobuf/src/google/protobuf/
H A Ddescriptor.cc2084 const MethodDescriptor* DescriptorPool::FindMethodByName( in FindMethodByName() function in google::protobuf::DescriptorPool
2311 const MethodDescriptor* ServiceDescriptor::FindMethodByName( in FindMethodByName() function in google::protobuf::ServiceDescriptor
H A Ddescriptor_unittest.cc1656 TEST_F(ServiceDescriptorTest, FindMethodByName) { in TEST_F() argument
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.cc2078 const MethodDescriptor* DescriptorPool::FindMethodByName( in FindMethodByName() function in google::protobuf::DescriptorPool
2305 const MethodDescriptor* ServiceDescriptor::FindMethodByName( in FindMethodByName() function in google::protobuf::ServiceDescriptor
H A Ddescriptor_unittest.cc1656 TEST_F(ServiceDescriptorTest, FindMethodByName) { in TEST_F() argument