/aosp_15_r20/external/rust/android-crates-io/crates/grpcio/src/call/ |
D | server.rs | 264 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 D | echo.proto | 32 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/ |
D | echo.proto | 32 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 D | exception_test.cc | 46 Status RequestStream(ServerContext* /*context*/, in RequestStream() function in grpc::testing::ExceptingServiceImpl 99 TEST_F(ExceptionTest, RequestStream) { in TEST_F() argument
|
H A D | server_early_return_test.cc | 52 Status RequestStream(ServerContext* context, in RequestStream() function in grpc::testing::__anon365d8e700111::TestServiceImpl
|
H A D | test_service_impl.h | 299 Status RequestStream(ServerContext* context, in RequestStream() function
|
H A D | interceptors_util.h | 174 Status RequestStream(ServerContext* context, in RequestStream() function
|
H A D | mock_test.cc | 250 Status RequestStream(ServerContext* /*context*/, in RequestStream() function in grpc::testing::__anon48b85b080111::TestServiceImpl
|
H A D | test_service_impl.cc | 352 ServerReadReactor<EchoRequest>* CallbackTestServiceImpl::RequestStream( in RequestStream() function in grpc::testing::CallbackTestServiceImpl
|
H A D | client_callback_end2end_test.cc | 737 TEST_P(ClientCallbackEnd2endTest, RequestStream) { in TEST_P() argument
|
/aosp_15_r20/external/grpc-grpc/src/objective-c/tests/CppCronetTests/ |
H A D | TestHelper.mm | 124 Status TestServiceImpl::RequestStream(ServerContext* context, function
|
/aosp_15_r20/external/cronet/net/http/ |
H A D | http_stream_factory.cc | 120 std::unique_ptr<HttpStreamRequest> HttpStreamFactory::RequestStream( in RequestStream() function in net::HttpStreamFactory
|
/aosp_15_r20/external/grpc-grpc/test/cpp/util/ |
H A D | grpc_tool_test.cc | 215 Status RequestStream(ServerContext* context, in RequestStream() function in grpc::testing::__anonac4119250111::TestServiceImpl
|
/aosp_15_r20/external/cronet/net/quic/ |
H A D | quic_chromium_client_session.cc | 483 int QuicChromiumClientSession::Handle::RequestStream( in RequestStream() function in net::QuicChromiumClientSession::Handle
|