Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio/src/call/
Dserver.rs264 pub struct RequestStream<T> { struct
270 impl<T> RequestStream<T> { argument
280 impl<T> Stream for RequestStream<T> { implementation
297 impl<T> Drop for RequestStream<T> { implementation
/aosp_15_r20/external/grpc-grpc/src/proto/grpc/testing/
H A Decho.proto32 rpc RequestStream(stream EchoRequest) returns (EchoResponse); rpc
46 rpc RequestStream(stream EchoRequest) returns (EchoResponse); rpc
59 rpc RequestStream(stream EchoRequest) returns (EchoResponse); rpc
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/proto/grpc/testing/
Decho.proto32 rpc RequestStream(stream EchoRequest) returns (EchoResponse); rpc
46 rpc RequestStream(stream EchoRequest) returns (EchoResponse); rpc
59 rpc RequestStream(stream EchoRequest) returns (EchoResponse); rpc
/aosp_15_r20/external/grpc-grpc/test/cpp/end2end/
H A Dexception_test.cc46 Status RequestStream(ServerContext* /*context*/, in RequestStream() function in grpc::testing::ExceptingServiceImpl
99 TEST_F(ExceptionTest, RequestStream) { in TEST_F() argument
H A Dserver_early_return_test.cc52 Status RequestStream(ServerContext* context, in RequestStream() function in grpc::testing::__anon365d8e700111::TestServiceImpl
H A Dtest_service_impl.h299 Status RequestStream(ServerContext* context, in RequestStream() function
H A Dinterceptors_util.h174 Status RequestStream(ServerContext* context, in RequestStream() function
H A Dmock_test.cc250 Status RequestStream(ServerContext* /*context*/, in RequestStream() function in grpc::testing::__anon48b85b080111::TestServiceImpl
H A Dtest_service_impl.cc352 ServerReadReactor<EchoRequest>* CallbackTestServiceImpl::RequestStream( in RequestStream() function in grpc::testing::CallbackTestServiceImpl
H A Dclient_callback_end2end_test.cc737 TEST_P(ClientCallbackEnd2endTest, RequestStream) { in TEST_P() argument
/aosp_15_r20/external/grpc-grpc/src/objective-c/tests/CppCronetTests/
H A DTestHelper.mm124 Status TestServiceImpl::RequestStream(ServerContext* context, function
/aosp_15_r20/external/cronet/net/http/
H A Dhttp_stream_factory.cc120 std::unique_ptr<HttpStreamRequest> HttpStreamFactory::RequestStream( in RequestStream() function in net::HttpStreamFactory
/aosp_15_r20/external/grpc-grpc/test/cpp/util/
H A Dgrpc_tool_test.cc215 Status RequestStream(ServerContext* context, in RequestStream() function in grpc::testing::__anonac4119250111::TestServiceImpl
/aosp_15_r20/external/cronet/net/quic/
H A Dquic_chromium_client_session.cc483 int QuicChromiumClientSession::Handle::RequestStream( in RequestStream() function in net::QuicChromiumClientSession::Handle