OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stream_frames
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/net/quic/test_tools/
simple_quic_framer.cc
118
const vector<QuicStreamFrame>&
stream_frames
() const {
function in class:net::test::SimpleFramerVisitor
175
stream_frames
().size() +
186
const vector<QuicStreamFrame>& SimpleQuicFramer::
stream_frames
() const {
function in class:net::test::SimpleQuicFramer
187
return visitor_->
stream_frames
();
simple_quic_framer.h
44
const std::vector<QuicStreamFrame>&
stream_frames
() const;
crypto_test_utils.cc
87
i = framer.
stream_frames
().begin();
88
i != framer.
stream_frames
().end(); ++i) {
quic_test_utils.h
186
const std::vector<QuicStreamFrame>*
stream_frames
() const {
function in class:net::test::FramerVisitorCapturingFrames
/external/chromium_org/net/quic/
quic_connection_test.cc
331
const vector<QuicStreamFrame>*
stream_frames
() const {
function in class:net::test::__anon9294::TestPacketWriter
332
return visitor_.
stream_frames
();
[
all
...]
quic_packet_generator_test.cc
175
simple_framer_.
stream_frames
().size());
185
EXPECT_EQ(1u, simple_framer_.
stream_frames
().size());
Completed in 63 milliseconds