OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsClosedStream
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/quic/
quic_session.cc
109
if (
IsClosedStream
(frames[i].stream_id)) {
428
if (
IsClosedStream
(stream_id)) {
444
if (
IsClosedStream
(stream_id)) {
479
bool QuicSession::
IsClosedStream
(QuicStreamId id) {
quic_session_test.cc
112
bool
IsClosedStream
(QuicStreamId id) {
113
return QuicSession::
IsClosedStream
(id);
160
EXPECT_FALSE(session_.
IsClosedStream
(i)) << " stream id: " << i;
162
EXPECT_TRUE(session_.
IsClosedStream
(i)) << " stream id: " << i;
192
EXPECT_FALSE(session_.
IsClosedStream
(i));
199
EXPECT_FALSE(session_.
IsClosedStream
(3));
200
EXPECT_FALSE(session_.
IsClosedStream
(5));
Completed in 357 milliseconds