Home
last modified time | relevance | path

Searched refs:Servicer (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/src/python/grpcio_tests/tests/protoc_plugin/
D_python_plugin_test.py144 class Servicer(getattr(service_pb2_grpc, SERVICER_IDENTIFIER)): class
162 getattr(service_pb2_grpc, ADD_SERVICER_TO_SERVER_IDENTIFIER)(Servicer(),
179 class Servicer(getattr(service_pb2_grpc, SERVICER_IDENTIFIER)): class
183 getattr(service_pb2_grpc, ADD_SERVICER_TO_SERVER_IDENTIFIER)(Servicer(),
Dbeta_python_plugin_test.py203 class Servicer(getattr(service_pb2, SERVICER_IDENTIFIER)): class
220 servicer = Servicer()
244 class Servicer(getattr(service_pb2, SERVICER_IDENTIFIER)): class
247 servicer = Servicer()
/external/grpc-grpc/src/python/grpcio/grpc/framework/interfaces/base/
Dbase.py216 class Servicer(six.with_metaclass(abc.ABCMeta)): class