OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:prematurely_closed_streams_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/quic/
quic_session.cc
114
if (ContainsKey(
prematurely_closed_streams_
, frames[i].stream_id)) {
341
if (
prematurely_closed_streams_
.size() ==
343
prematurely_closed_streams_
.erase(
prematurely_closed_streams_
.begin());
345
prematurely_closed_streams_
.insert(make_pair(stream_id, true));
quic_session.h
251
linked_hash_map<QuicStreamId, bool>
prematurely_closed_streams_
;
member in class:net::QuicSession
Completed in 1088 milliseconds