Searched refs:tag_value_map (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/net/quic/crypto/
H A Dcrypto_framer.cc87 size_t num_entries = message.tag_value_map().size();
127 for (QuicTagValueMap::const_iterator it = message.tag_value_map().begin();
128 it != message.tag_value_map().end(); ++it) {
162 for (QuicTagValueMap::const_iterator it = message.tag_value_map().begin();
163 it != message.tag_value_map().end(); ++it) {
H A Dcrypto_handshake_message.h61 const QuicTagValueMap& tag_value_map() const { return tag_value_map_; } function in class:net::CryptoHandshakeMessage
H A Dcrypto_framer_test.cc287 EXPECT_EQ(2u, message.tag_value_map().size());
334 EXPECT_EQ(3u, message.tag_value_map().size());
375 EXPECT_EQ(2u, message.tag_value_map().size());
H A Dquic_crypto_server_config.h320 // tag_value_map contains the raw key/value pairs for the config.
321 QuicTagValueMap tag_value_map; member in class:net::QuicCryptoServerConfig::Config
/external/chromium_org/net/quic/
H A Dquic_crypto_stream_test.cc87 EXPECT_EQ(2u, message.tag_value_map().size());
/external/chromium_org/net/quic/test_tools/
H A Dcrypto_test_utils.cc346 QuicTagValueMap::const_iterator it = message.tag_value_map().find(tag);
347 if (it == message.tag_value_map().end()) {
/external/chromium_org/net/tools/quic/test_tools/
H A Dquic_test_client.cc369 return handshake_msg->tag_value_map();

Completed in 2854 milliseconds