Searched defs:shared_writer (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/net/tools/quic/
H A Dquic_per_connection_packet_writer.h19 // Does not take ownership of |shared_writer| or |connection|.
20 QuicPerConnectionPacketWriter(QuicPacketWriter* shared_writer,
24 QuicPacketWriter* shared_writer() const { return shared_writer_; } function in class:net::tools::QuicPerConnectionPacketWriter
H A Dquic_per_connection_packet_writer.cc12 QuicPacketWriter* shared_writer,
14 : shared_writer_(shared_writer),
11 QuicPerConnectionPacketWriter( QuicPacketWriter* shared_writer, QuicConnection* connection) argument
/external/chromium_org/net/quic/
H A Dquic_per_connection_packet_writer.cc12 QuicServerPacketWriter* shared_writer,
14 : shared_writer_(shared_writer),
22 QuicPacketWriter* QuicPerConnectionPacketWriter::shared_writer() const { function in class:net::QuicPerConnectionPacketWriter
11 QuicPerConnectionPacketWriter( QuicServerPacketWriter* shared_writer, QuicConnection* connection) argument

Completed in 155 milliseconds