Searched refs:QuicPacket (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/net/quic/test_tools/
H A Dsimple_quic_framer.h37 bool ProcessPacket(const QuicPacket& packet);
H A Dquic_test_packet_maker.cc96 scoped_ptr<QuicPacket> packet(
158 scoped_ptr<QuicPacket> packet(
242 scoped_ptr<QuicPacket> packet(
H A Dquic_test_utils.cc481 scoped_ptr<QuicPacket> packet(
535 static QuicPacket* ConstructPacketFromHandshakeMessage(
562 QuicPacket* ConstructHandshakePacket(QuicConnectionId connection_id,
H A Dsimple_quic_framer.cc201 bool SimpleQuicFramer::ProcessPacket(const QuicPacket& packet) {
H A Dquic_test_utils.h79 // Returns the length of a QuicPacket that is capable of holding either a
336 std::vector<QuicPacket*> packets_;
/external/chromium_org/net/quic/
H A Dquic_protocol.h32 class QuicPacket;
91 // Signifies that the QuicPacket will contain version of the protocol.
561 // Universal header. All QuicPacket headers will have a connection_id and
932 class NET_EXPORT_PRIVATE QuicPacket : public QuicData { class in namespace:net
934 static QuicPacket* NewDataPacket(
941 return new QuicPacket(buffer, length, owns_buffer, connection_id_length,
945 static QuicPacket* NewFecPacket(
952 return new QuicPacket(buffer, length, owns_buffer, connection_id_length,
966 QuicPacket(char* buffer,
980 DISALLOW_COPY_AND_ASSIGN(QuicPacket);
[all...]
H A Dquic_protocol.cc560 QuicPacket::QuicPacket(char* buffer, function in class:net::QuicPacket
586 StringPiece QuicPacket::FecProtectedData() const {
592 StringPiece QuicPacket::AssociatedData() const {
600 StringPiece QuicPacket::BeforePlaintext() const {
606 StringPiece QuicPacket::Plaintext() const {
691 QuicPacket* packet,
H A Dquic_framer_test.cc386 QuicPacket* packet) {
496 QuicPacket* BuildDataPacket(const QuicPacketHeader& header,
2381 scoped_ptr<QuicPacket> data(BuildDataPacket(*visitor_.header_, frames));
2436 scoped_ptr<QuicPacket> data(BuildDataPacket(*visitor_.header_, frames));
2509 scoped_ptr<QuicPacket> data(BuildDataPacket(*visitor_.header_, frames));
2584 scoped_ptr<QuicPacket> data(BuildDataPacket(*visitor_.header_, frames));
3316 scoped_ptr<QuicPacket> data(BuildDataPacket(header, frames));
3362 scoped_ptr<QuicPacket> data(BuildDataPacket(header, frames));
3408 scoped_ptr<QuicPacket> data(BuildDataPacket(header, frames));
3454 scoped_ptr<QuicPacket> dat
[all...]
H A Dquic_connection_test.cc450 QuicPacket* packet,
709 scoped_ptr<QuicPacket> packet(serialized_packet.packet);
728 scoped_ptr<QuicPacket> packet(ConstructDataPacket(number, fec_group,
737 scoped_ptr<QuicPacket> packet(ConstructPingPacket(number));
745 scoped_ptr<QuicPacket> packet(ConstructClosePacket(number, fec_group));
767 QuicPacket* packet) {
775 scoped_ptr<QuicPacket> data_packet;
809 scoped_ptr<QuicPacket> fec_packet(
859 QuicPacket* ConstructDataPacket(QuicPacketSequenceNumber number,
876 QuicPacket* packe
[all...]
H A Dquic_framer.h357 const QuicPacket& packet);
H A Dquic_framer.cc428 QuicPacket* packet = QuicPacket::NewDataPacket(
466 QuicPacket::NewFecPacket(writer.take(), len, true,
1692 const QuicPacket& packet) {
H A Dquic_sent_packet_manager_test.cc191 packets_.push_back(QuicPacket::NewDataPacket(
201 packets_.push_back(QuicPacket::NewFecPacket(
276 vector<QuicPacket*> packets_;
H A Dquic_packet_creator_test.cc81 void ProcessPacket(QuicPacket* packet) {
/external/chromium_org/net/tools/quic/
H A Dquic_time_wait_list_manager_test.cc153 scoped_ptr<QuicPacket> packet(

Completed in 1589 milliseconds