Searched defs:FindMethodByName (Results 1 – 4 of 4) sorted by relevance
/external/protobuf/csharp/src/Google.Protobuf/Reflection/ | ||
D | ServiceDescriptor.cs | 76 public MethodDescriptor FindMethodByName(String name) in FindMethodByName() method in Google.Protobuf.Reflection.ServiceDescriptor |
/external/protobuf/python/google/protobuf/ | ||
D | descriptor.py | 725 def FindMethodByName(self, name): member in ServiceDescriptor |
/external/protobuf/src/google/protobuf/ | ||
D | descriptor.cc | 1263 const MethodDescriptor* DescriptorPool::FindMethodByName( in FindMethodByName() function in google::protobuf::DescriptorPool |
D | descriptor_unittest.cc | 1443 TEST_F(ServiceDescriptorTest, FindMethodByName) { in TEST_F() argument |