Home
last modified time | relevance | path

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

/external/protobuf/python/google/protobuf/
Dservice_reflection.py167 if method_descriptor.containing_service != self.descriptor:
184 if method_descriptor.containing_service != self.descriptor:
200 if method_descriptor.containing_service != self.descriptor:
Ddescriptor.py723 method.containing_service = self
757 def __init__(self, name, full_name, index, containing_service, argument
768 self.containing_service = containing_service
/external/grpc-grpc/examples/python/route_guide/
Droute_guide_pb2.py294 containing_service=None,
303 containing_service=None,
312 containing_service=None,
321 containing_service=None,
/external/grpc-grpc/examples/python/multiplex/
Droute_guide_pb2.py294 containing_service=None,
303 containing_service=None,
312 containing_service=None,
321 containing_service=None,
Dhelloworld_pb2.py124 containing_service=None,
/external/grpc-grpc/src/python/grpcio_testing/grpc_testing/_channel/
D_channel_state.py39 method_descriptor.containing_service.full_name,
/external/grpc-grpc/examples/python/interceptors/default_value/
Dhelloworld_pb2.py124 containing_service=None,
/external/grpc-grpc/examples/python/helloworld/
Dhelloworld_pb2.py124 containing_service=None,
/external/grpc-grpc/examples/python/interceptors/headers/
Dhelloworld_pb2.py124 containing_service=None,
/external/grpc-grpc/src/python/grpcio_testing/grpc_testing/_server/
D_server.py27 servicer = descriptors_to_servicers[method_descriptor.containing_service]
/external/protobuf/python/google/protobuf/internal/
Ddescriptor_test.py90 containing_service=None,
122 self.assertEqual(self.my_service, self.my_method.containing_service)