Home
last modified time | relevance | path

Searched defs:RequestStream (Results 1 – 12 of 12) sorted by relevance

/third_party/grpc/src/proto/grpc/testing/
Decho.proto32 rpc RequestStream(stream EchoRequest) returns (EchoResponse); rpc
45 rpc RequestStream(stream EchoRequest) returns (EchoResponse); rpc
58 rpc RequestStream(stream EchoRequest) returns (EchoResponse); rpc
/third_party/grpc/test/cpp/end2end/
Dexception_test.cc46 Status RequestStream(ServerContext* /*context*/, in RequestStream() function in grpc::testing::ExceptingServiceImpl
99 TEST_F(ExceptionTest, RequestStream) { in TEST_F() argument
Dserver_early_return_test.cc51 Status RequestStream(ServerContext* context, in RequestStream() function in grpc::testing::__anon86206e540111::TestServiceImpl
Dtest_service_impl.h258 Status RequestStream(ServerContext* context, in RequestStream() function
Dinterceptors_util.h132 Status RequestStream(ServerContext* context, in RequestStream() function
Dmock_test.cc255 Status RequestStream(ServerContext* /*context*/, in RequestStream() function in grpc::testing::__anonc912ef6c0111::TestServiceImpl
Dtest_service_impl.cc347 CallbackTestServiceImpl::RequestStream( in RequestStream() function in grpc::testing::CallbackTestServiceImpl
Dclient_callback_end2end_test.cc737 TEST_P(ClientCallbackEnd2endTest, RequestStream) { in TEST_P() argument
/third_party/grpc/test/cpp/ios/CronetTests/
DTestHelper.mm124 Status TestServiceImpl::RequestStream(ServerContext* context, function
/third_party/grpc/src/csharp/Grpc.Core.Api/
DAsyncDuplexStreamingCall.cs93 public IClientStreamWriter<TRequest> RequestStream property in Grpc.Core.AsyncDuplexStreamingCall
DAsyncClientStreamingCall.cs105 public IClientStreamWriter<TRequest> RequestStream property in Grpc.Core.AsyncClientStreamingCall
/third_party/grpc/test/cpp/util/
Dgrpc_tool_test.cc180 Status RequestStream(ServerContext* context, in RequestStream() function in grpc::testing::__anonad9256890111::TestServiceImpl