Home
last modified time | relevance | path

Searched defs:FindServiceByName (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/
H A Ddescriptor_pool.py676 def FindServiceByName(self, full_name): member in DescriptorPool
/aosp_15_r20/external/protobuf/python/google/protobuf/
H A Ddescriptor_pool.py676 def FindServiceByName(self, full_name): member in DescriptorPool
/aosp_15_r20/external/protobuf/python/google/protobuf/pyext/
H A Ddescriptor_pool.cc366 static PyObject* FindServiceByName(PyObject* self, PyObject* arg) { in FindServiceByName() function
/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/pyext/
H A Ddescriptor_pool.cc366 static PyObject* FindServiceByName(PyObject* self, PyObject* arg) { in FindServiceByName() function
/aosp_15_r20/external/protobuf/src/google/protobuf/
H A Ddescriptor.cc2079 const ServiceDescriptor* DescriptorPool::FindServiceByName( in FindServiceByName() function in google::protobuf::DescriptorPool
2331 const ServiceDescriptor* FileDescriptor::FindServiceByName( in FindServiceByName() function in google::protobuf::FileDescriptor
H A Ddescriptor_unittest.cc453 TEST_F(FileDescriptorTest, FindServiceByName) { in TEST_F() argument
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.cc2073 const ServiceDescriptor* DescriptorPool::FindServiceByName( in FindServiceByName() function in google::protobuf::DescriptorPool
2325 const ServiceDescriptor* FileDescriptor::FindServiceByName( in FindServiceByName() function in google::protobuf::FileDescriptor
H A Ddescriptor_unittest.cc453 TEST_F(FileDescriptorTest, FindServiceByName) { in TEST_F() argument