HomeSort by relevance Sort by last modified time
    Searched defs:QuicEncryptedPacket (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/quic/
quic_protocol.cc 575 QuicEncryptedPacket::QuicEncryptedPacket(const char* buffer,
580 QuicEncryptedPacket::QuicEncryptedPacket(char* buffer,
703 QuicEncryptedPacket* QuicEncryptedPacket::Clone() const {
706 return new QuicEncryptedPacket(buffer, this->length(), true);
709 ostream& operator<<(ostream& os, const QuicEncryptedPacket& s) {
quic_protocol.h     [all...]

Completed in 47 milliseconds