OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ack_frames
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/net/quic/test_tools/
simple_quic_framer.cc
105
const vector<QuicAckFrame>&
ack_frames
() const { return ack_frames_; }
function in class:net::test::SimpleFramerVisitor
174
return
ack_frames
().size() +
182
const vector<QuicAckFrame>& SimpleQuicFramer::
ack_frames
() const {
function in class:net::test::SimpleQuicFramer
183
return visitor_->
ack_frames
();
simple_quic_framer.h
39
const std::vector<QuicAckFrame>&
ack_frames
() const;
/external/chromium_org/net/quic/
quic_packet_generator_test.cc
165
EXPECT_EQ(contents.num_ack_frames, simple_framer_.
ack_frames
().size());
Completed in 1425 milliseconds