/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/ |
D | echo.proto | 32 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/ |
D | server.rs | 265 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/ |
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
|
D | test_service_impl.cc | 170 Status TestServiceImpl::RequestStream(ServerContext* context, in RequestStream() function in grpc::testing::TestServiceImpl
|
D | server_early_return_test.cc | 51 Status RequestStream(ServerContext* context, in RequestStream() function in grpc::testing::__anon6acccfdf0111::TestServiceImpl
|
D | mock_test.cc | 172 Status RequestStream(ServerContext* context, in RequestStream() function in grpc::testing::__anon64910c570111::TestServiceImpl
|
/external/grpc-grpc/src/proto/grpc/testing/ |
D | echo.proto | 24 rpc RequestStream(stream EchoRequest) returns (EchoResponse); rpc
|
/external/grpc-grpc/src/csharp/Grpc.Core/ |
D | AsyncDuplexStreamingCall.cs | 76 public IClientStreamWriter<TRequest> RequestStream property in Grpc.Core.AsyncDuplexStreamingCall
|
D | AsyncClientStreamingCall.cs | 88 public IClientStreamWriter<TRequest> RequestStream property in Grpc.Core.AsyncClientStreamingCall
|
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/ |
D | EchoTestServiceClient.php | 51 public function RequestStream($metadata = [], $options = []) { function in Grpc\\Testing\\EchoTestServiceClient
|
/external/cronet/net/http/ |
D | http_stream_factory.cc | 87 std::unique_ptr<HttpStreamRequest> HttpStreamFactory::RequestStream( in RequestStream() function in net::HttpStreamFactory
|
/external/grpc-grpc/test/cpp/util/ |
D | grpc_tool_test.cc | 147 Status RequestStream(ServerContext* context, in RequestStream() function in grpc::testing::__anon210b5a340111::TestServiceImpl
|
/external/cronet/net/quic/ |
D | quic_chromium_client_session.cc | 499 int QuicChromiumClientSession::Handle::RequestStream( in RequestStream() function in net::QuicChromiumClientSession::Handle
|