Home
last modified time | relevance | path

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

/external/grpc-grpc/src/python/grpcio_tests/tests/testing/proto/
Dservices.proto35 rpc UnStre(Charm) returns (stream Strange); rpc
41 rpc UnStre(Strange) returns (stream Charm); rpc
/external/grpc-grpc/src/python/grpcio_tests/tests/testing/
D_server_application.py36 def UnStre(self, request, context): member in FirstServiceServicer
D_client_application.py110 response_iterator = stub.UnStre(_application_common.UNARY_STREAM_REQUEST)