Searched defs:ResponseStream (Results 1 – 10 of 10) sorted by relevance
/external/grpc-grpc/src/proto/grpc/testing/duplicate/ |
D | echo_duplicate.proto | 26 rpc ResponseStream(EchoRequest) returns (stream EchoResponse); rpc
|
/external/grpc-grpc/test/cpp/end2end/ |
D | server_crash_test.cc | 68 Status ResponseStream(ServerContext* context, const EchoRequest* request, in ResponseStream() function in grpc::testing::__anon96d95d380111::ServiceImpl 122 TEST_F(CrashTest, ResponseStream) { in TEST_F() argument
|
D | test_service_impl.cc | 220 Status TestServiceImpl::ResponseStream(ServerContext* context, in ResponseStream() function in grpc::testing::TestServiceImpl
|
D | mock_test.cc | 185 Status ResponseStream(ServerContext* context, const EchoRequest* request, in ResponseStream() function in grpc::testing::__anon7521e91b0111::TestServiceImpl
|
D | end2end_test.cc | 811 TEST_P(End2endTest, ResponseStream) { in TEST_P() argument
|
/external/grpc-grpc/src/proto/grpc/testing/ |
D | echo.proto | 25 rpc ResponseStream(EchoRequest) returns (stream EchoResponse); rpc
|
/external/grpc-grpc/src/csharp/Grpc.Core/ |
D | AsyncServerStreamingCall.cs | 60 public IAsyncStreamReader<TResponse> ResponseStream property in Grpc.Core.AsyncServerStreamingCall
|
D | AsyncDuplexStreamingCall.cs | 65 public IAsyncStreamReader<TResponse> ResponseStream property in Grpc.Core.AsyncDuplexStreamingCall
|
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/ |
D | EchoTestServiceClient.php | 62 public function ResponseStream(\Grpc\Testing\EchoRequest $argument, function in Grpc\\Testing\\EchoTestServiceClient
|
/external/grpc-grpc/test/cpp/util/ |
D | grpc_tool_test.cc | 168 Status ResponseStream(ServerContext* context, const EchoRequest* request, in ResponseStream() function in grpc::testing::__anon994677f80111::TestServiceImpl
|