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

/external/chromium_org/net/quic/
H A Dquic_protocol.h43 // QuicTag is the type of a tag in the wire protocol.
44 typedef uint32 QuicTag; typedef in namespace:net
45 typedef std::vector<QuicTag> QuicTagVector;
46 typedef std::map<QuicTag, std::string> QuicTagValueMap;
317 // QuicTag is written to and read from the wire, but we prefer to use
319 // Helper function which translates from a QuicVersion to a QuicTag. Returns 0
321 NET_EXPORT_PRIVATE QuicTag QuicVersionToQuicTag(const QuicVersion version);
323 // Returns appropriate QuicVersion from a QuicTag.
325 NET_EXPORT_PRIVATE QuicVersion QuicTagToQuicVersion(const QuicTag version_tag);
345 NET_EXPORT_PRIVATE QuicTag MakeQuicTa
[all...]

Completed in 149 milliseconds