Home
last modified time | relevance | path

Searched refs:containing_service (Results 1 – 7 of 7) sorted by relevance

/third_party/protobuf/python/google/protobuf/
Dservice_reflection.py183 if method_descriptor.containing_service != self.descriptor:
200 if method_descriptor.containing_service != self.descriptor:
216 if method_descriptor.containing_service != self.descriptor:
Ddescriptor.py822 method.containing_service = self
866 def __new__(cls, name, full_name, index, containing_service, argument
872 def __init__(self, name, full_name, index, containing_service, argument
888 self.containing_service = containing_service
Ddescriptor_pool.py1195 containing_service=None,
/third_party/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/internal/
Ddescriptor_test.py93 containing_service=None,
122 self.assertEqual(self.my_service, self.my_method.containing_service)
/third_party/protobuf/python/google/protobuf/pyext/
Ddescriptor.cc1801 const ServiceDescriptor* containing_service = in GetContainingService() local
1803 return PyServiceDescriptor_FromDescriptor(containing_service); in GetContainingService()
/third_party/protobuf/python/google/protobuf/internal/
Ddescriptor_test.py129 self.assertEqual(self.my_service, self.my_method.containing_service)
Ddescriptor_pool_test.py391 self.assertIs(method.containing_service, service)