Searched refs:GetNextStreamId (Results 1 – 5 of 5) sorted by relevance
57 = new QuicSpdyClientStream(GetNextStreamId(), this); in CreateOutgoingDataStream()
230 QuicStreamId GetNextStreamId();
599 QuicStreamId QuicSession::GetNextStreamId() { in GetNextStreamId() function in net::QuicSession
387 new QuicReliableClientStream(GetNextStreamId(), this, net_log_); in CreateOutgoingReliableStreamImpl()
139 TestStream* stream = new TestStream(GetNextStreamId(), this); in CreateOutgoingDataStream()