GetValueForTag 288 net/quic/crypto/crypto_framer_test.cc EXPECT_EQ("abcdef", CryptoTestUtils::GetValueForTag(message, 0x12345678)); GetValueForTag 289 net/quic/crypto/crypto_framer_test.cc EXPECT_EQ("ghijk", CryptoTestUtils::GetValueForTag(message, 0x12345679)); GetValueForTag 335 net/quic/crypto/crypto_framer_test.cc EXPECT_EQ("abcdef", CryptoTestUtils::GetValueForTag(message, 0x12345678)); GetValueForTag 336 net/quic/crypto/crypto_framer_test.cc EXPECT_EQ("ghijk", CryptoTestUtils::GetValueForTag(message, 0x12345679)); GetValueForTag 337 net/quic/crypto/crypto_framer_test.cc EXPECT_EQ("lmnopqr", CryptoTestUtils::GetValueForTag(message, 0x1234567A)); GetValueForTag 376 net/quic/crypto/crypto_framer_test.cc EXPECT_EQ("abcdef", CryptoTestUtils::GetValueForTag(message, 0x12345678)); GetValueForTag 377 net/quic/crypto/crypto_framer_test.cc EXPECT_EQ("ghijk", CryptoTestUtils::GetValueForTag(message, 0x12345679)); GetValueForTag 88 net/quic/quic_crypto_stream_test.cc EXPECT_EQ("abc", CryptoTestUtils::GetValueForTag(message, 1)); GetValueForTag 89 net/quic/quic_crypto_stream_test.cc EXPECT_EQ("def", CryptoTestUtils::GetValueForTag(message, 2)); GetValueForTag 91 net/quic/test_tools/crypto_test_utils.h static std::string GetValueForTag(const CryptoHandshakeMessage& message,