OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HasBytesToRead
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/net/quic/
quic_stream_sequencer.h
66
bool
HasBytesToRead
() const;
quic_data_stream.h
81
virtual bool
HasBytesToRead
() const;
quic_data_stream.cc
107
bool QuicDataStream::
HasBytesToRead
() const {
108
return !decompressed_headers_.empty() || sequencer()->
HasBytesToRead
();
quic_stream_sequencer.cc
248
bool QuicStreamSequencer::
HasBytesToRead
() const {
Completed in 187 milliseconds