Searched refs:GetValueForTag (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/net/quic/
H A Dquic_crypto_stream_test.cc88 EXPECT_EQ("abc", CryptoTestUtils::GetValueForTag(message, 1));
89 EXPECT_EQ("def", CryptoTestUtils::GetValueForTag(message, 2));
/external/chromium_org/net/quic/crypto/
H A Dcrypto_framer_test.cc288 EXPECT_EQ("abcdef", CryptoTestUtils::GetValueForTag(message, 0x12345678));
289 EXPECT_EQ("ghijk", CryptoTestUtils::GetValueForTag(message, 0x12345679));
335 EXPECT_EQ("abcdef", CryptoTestUtils::GetValueForTag(message, 0x12345678));
336 EXPECT_EQ("ghijk", CryptoTestUtils::GetValueForTag(message, 0x12345679));
337 EXPECT_EQ("lmnopqr", CryptoTestUtils::GetValueForTag(message, 0x1234567A));
376 EXPECT_EQ("abcdef", CryptoTestUtils::GetValueForTag(message, 0x12345678));
377 EXPECT_EQ("ghijk", CryptoTestUtils::GetValueForTag(message, 0x12345679));
/external/chromium_org/net/quic/test_tools/
H A Dcrypto_test_utils.h119 static std::string GetValueForTag(const CryptoHandshakeMessage& message,
H A Dcrypto_test_utils.cc344 string CryptoTestUtils::GetValueForTag(const CryptoHandshakeMessage& message, function in class:net::test::CryptoTestUtils

Completed in 1609 milliseconds