GetTaglist 77 net/quic/crypto/crypto_handshake_message.h QuicErrorCode GetTaglist(QuicTag tag, const QuicTag** out_tags, GetTaglist 137 net/quic/crypto/crypto_server_test.cc server_hello.GetTaglist(kVER, &versions, &num_versions); GetTaglist 360 net/quic/crypto/quic_crypto_client_config.cc if (scfg->GetTaglist(kAEAD, &their_aeads, GetTaglist 362 net/quic/crypto/quic_crypto_client_config.cc scfg->GetTaglist(kKEXS, &their_key_exchanges, GetTaglist 432 net/quic/crypto/quic_crypto_client_config.cc if (scfg->GetTaglist(kPDMD, &their_proof_demands, GetTaglist 602 net/quic/crypto/quic_crypto_client_config.cc if (server_hello.GetTaglist(kVER, &supported_version_tags, GetTaglist 561 net/quic/crypto/quic_crypto_server_config.cc if (client_hello.GetTaglist(kAEAD, &their_aeads, GetTaglist 563 net/quic/crypto/quic_crypto_server_config.cc client_hello.GetTaglist(kKEXS, &their_key_exchanges, GetTaglist 936 net/quic/crypto/quic_crypto_server_config.cc client_hello.GetTaglist(kPDMD, &their_proof_demands, GetTaglist 1032 net/quic/crypto/quic_crypto_server_config.cc if (msg->GetTaglist(kAEAD, &aead_tags, &aead_len) != QUIC_NO_ERROR) { GetTaglist 1040 net/quic/crypto/quic_crypto_server_config.cc if (msg->GetTaglist(kKEXS, &kexs_tags, &kexs_len) != QUIC_NO_ERROR) { GetTaglist 1084 net/quic/crypto/quic_crypto_server_config.cc if (msg->GetTaglist(kPDMD, &proof_demand_tags, &num_proof_demand_tags) == GetTaglist 182 net/quic/quic_config.cc QuicErrorCode error = msg.GetTaglist(tag_, out, out_length); GetTaglist 53 net/quic/quic_config_test.cc error = msg.GetTaglist(kCGST, &out, &out_len); GetTaglist 67 net/quic/quic_config_test.cc EXPECT_EQ(QUIC_NO_ERROR, msg.GetTaglist(kCGST, &out, &out_len));