Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/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
/external/rust/crates/grpcio/src/call/
Dserver.rs265 pub struct RequestStream<T> { struct
271 impl<T> RequestStream<T> { implementation
281 impl<T> Stream for RequestStream<T> { implementation
298 impl<T> Drop for RequestStream<T> { implementation
/external/grpc-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
Dtest_service_impl.cc170 Status TestServiceImpl::RequestStream(ServerContext* context, in RequestStream() function in grpc::testing::TestServiceImpl
Dserver_early_return_test.cc51 Status RequestStream(ServerContext* context, in RequestStream() function in grpc::testing::__anon6acccfdf0111::TestServiceImpl
Dmock_test.cc172 Status RequestStream(ServerContext* context, in RequestStream() function in grpc::testing::__anon64910c570111::TestServiceImpl
/external/grpc-grpc/src/proto/grpc/testing/
Decho.proto24 rpc RequestStream(stream EchoRequest) returns (EchoResponse); rpc
/external/grpc-grpc/src/csharp/Grpc.Core/
DAsyncDuplexStreamingCall.cs76 public IClientStreamWriter<TRequest> RequestStream property in Grpc.Core.AsyncDuplexStreamingCall
DAsyncClientStreamingCall.cs88 public IClientStreamWriter<TRequest> RequestStream property in Grpc.Core.AsyncClientStreamingCall
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DEchoTestServiceClient.php51 public function RequestStream($metadata = [], $options = []) { function in Grpc\\Testing\\EchoTestServiceClient
/external/cronet/net/http/
Dhttp_stream_factory.cc87 std::unique_ptr<HttpStreamRequest> HttpStreamFactory::RequestStream( in RequestStream() function in net::HttpStreamFactory
/external/grpc-grpc/test/cpp/util/
Dgrpc_tool_test.cc147 Status RequestStream(ServerContext* context, in RequestStream() function in grpc::testing::__anon210b5a340111::TestServiceImpl
/external/cronet/net/quic/
Dquic_chromium_client_session.cc499 int QuicChromiumClientSession::Handle::RequestStream( in RequestStream() function in net::QuicChromiumClientSession::Handle