Searched refs:containing_service (Results 1 – 11 of 11) sorted by relevance
/external/protobuf/python/google/protobuf/ |
D | service_reflection.py | 167 if method_descriptor.containing_service != self.descriptor: 184 if method_descriptor.containing_service != self.descriptor: 200 if method_descriptor.containing_service != self.descriptor:
|
D | descriptor.py | 723 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/ |
D | route_guide_pb2.py | 294 containing_service=None, 303 containing_service=None, 312 containing_service=None, 321 containing_service=None,
|
/external/grpc-grpc/examples/python/multiplex/ |
D | route_guide_pb2.py | 294 containing_service=None, 303 containing_service=None, 312 containing_service=None, 321 containing_service=None,
|
D | helloworld_pb2.py | 124 containing_service=None,
|
/external/grpc-grpc/src/python/grpcio_testing/grpc_testing/_channel/ |
D | _channel_state.py | 39 method_descriptor.containing_service.full_name,
|
/external/grpc-grpc/examples/python/interceptors/default_value/ |
D | helloworld_pb2.py | 124 containing_service=None,
|
/external/grpc-grpc/examples/python/helloworld/ |
D | helloworld_pb2.py | 124 containing_service=None,
|
/external/grpc-grpc/examples/python/interceptors/headers/ |
D | helloworld_pb2.py | 124 containing_service=None,
|
/external/grpc-grpc/src/python/grpcio_testing/grpc_testing/_server/ |
D | _server.py | 27 servicer = descriptors_to_servicers[method_descriptor.containing_service]
|
/external/protobuf/python/google/protobuf/internal/ |
D | descriptor_test.py | 90 containing_service=None, 122 self.assertEqual(self.my_service, self.my_method.containing_service)
|