GetPOD            170 net/quic/crypto/crypto_handshake_message.cc   return GetPOD(tag, out, sizeof(uint16));
GetPOD            175 net/quic/crypto/crypto_handshake_message.cc   return GetPOD(tag, out, sizeof(uint32));
GetPOD            180 net/quic/crypto/crypto_handshake_message.cc   return GetPOD(tag, out, sizeof(uint64));
GetPOD            119 net/quic/crypto/crypto_handshake_message.h   QuicErrorCode GetPOD(QuicTag tag, void* out, size_t len) const;