Home
last modified time | relevance | path

Searched defs:ResponseStream (Results 1 – 10 of 10) sorted by relevance

/external/grpc-grpc/src/proto/grpc/testing/duplicate/
Decho_duplicate.proto26 rpc ResponseStream(EchoRequest) returns (stream EchoResponse); rpc
/external/grpc-grpc/test/cpp/end2end/
Dserver_crash_test.cc68 Status ResponseStream(ServerContext* context, const EchoRequest* request, in ResponseStream() function in grpc::testing::__anon96d95d380111::ServiceImpl
122 TEST_F(CrashTest, ResponseStream) { in TEST_F() argument
Dtest_service_impl.cc220 Status TestServiceImpl::ResponseStream(ServerContext* context, in ResponseStream() function in grpc::testing::TestServiceImpl
Dmock_test.cc185 Status ResponseStream(ServerContext* context, const EchoRequest* request, in ResponseStream() function in grpc::testing::__anon7521e91b0111::TestServiceImpl
Dend2end_test.cc811 TEST_P(End2endTest, ResponseStream) { in TEST_P() argument
/external/grpc-grpc/src/proto/grpc/testing/
Decho.proto25 rpc ResponseStream(EchoRequest) returns (stream EchoResponse); rpc
/external/grpc-grpc/src/csharp/Grpc.Core/
DAsyncServerStreamingCall.cs60 public IAsyncStreamReader<TResponse> ResponseStream property in Grpc.Core.AsyncServerStreamingCall
DAsyncDuplexStreamingCall.cs65 public IAsyncStreamReader<TResponse> ResponseStream property in Grpc.Core.AsyncDuplexStreamingCall
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DEchoTestServiceClient.php62 public function ResponseStream(\Grpc\Testing\EchoRequest $argument, function in Grpc\\Testing\\EchoTestServiceClient
/external/grpc-grpc/test/cpp/util/
Dgrpc_tool_test.cc168 Status ResponseStream(ServerContext* context, const EchoRequest* request, in ResponseStream() function in grpc::testing::__anon994677f80111::TestServiceImpl