Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/
DServiceDescriptor.cs76 public MethodDescriptor FindMethodByName(String name) in FindMethodByName() method in Google.Protobuf.Reflection.ServiceDescriptor
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Ddescriptor_pool.cc325 PyObject* FindMethodByName(PyDescriptorPool* self, PyObject* arg) { in FindMethodByName() function
Ddescriptor.cc1574 static PyObject* FindMethodByName(PyBaseDescriptor *self, PyObject* arg) { in FindMethodByName() function
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/
Ddescriptor.py740 def FindMethodByName(self, name): member in ServiceDescriptor
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor.cc1263 const MethodDescriptor* DescriptorPool::FindMethodByName( in FindMethodByName() function in google::protobuf::DescriptorPool
1466 ServiceDescriptor::FindMethodByName(const string& key) const { in FindMethodByName() function in google::protobuf::ServiceDescriptor
Ddescriptor_unittest.cc1442 TEST_F(ServiceDescriptorTest, FindMethodByName) { in TEST_F() argument