Home
last modified time | relevance | path

Searched refs:stream_owned (Results 1 – 1 of 1) sorted by relevance

/external/cronet/net/third_party/quiche/src/quiche/quic/core/http/
Dquic_spdy_session.cc1449 auto stream_owned = in ProcessPendingStream() local
1452 WebTransportHttp3UnidirectionalStream* stream = stream_owned.get(); in ProcessPendingStream()
1453 ActivateStream(std::move(stream_owned)); in ProcessPendingStream()
1780 auto stream_owned = std::make_unique<WebTransportHttp3UnidirectionalStream>( in CreateOutgoingUnidirectionalWebTransportStream() local
1782 WebTransportHttp3UnidirectionalStream* stream = stream_owned.get(); in CreateOutgoingUnidirectionalWebTransportStream()
1783 ActivateStream(std::move(stream_owned)); in CreateOutgoingUnidirectionalWebTransportStream()