Home
last modified time | relevance | path

Searched refs:QuicTagValueMap (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/net/quic/crypto/
Dcrypto_handshake.cc112 QuicTagValueMap::const_iterator it = tag_value_map_.find(tag); in GetTaglist()
134 QuicTagValueMap::const_iterator it = tag_value_map_.find(tag); in GetStringPiece()
199 for (QuicTagValueMap::const_iterator i = tag_value_map_.begin(); in size()
225 QuicTagValueMap::const_iterator it = tag_value_map_.find(tag); in GetPOD()
246 for (QuicTagValueMap::const_iterator it = tag_value_map_.begin(); in DebugStringInternal()
Dcrypto_handshake.h74 const QuicTagValueMap& tag_value_map() const { return tag_value_map_; } in tag_value_map()
137 QuicTagValueMap tag_value_map_;
Dcrypto_framer.cc129 for (QuicTagValueMap::const_iterator it = message.tag_value_map().begin(); in ConstructHandshakeMessage()
164 for (QuicTagValueMap::const_iterator it = message.tag_value_map().begin(); in ConstructHandshakeMessage()
Dcrypto_protocol.h29 typedef std::map<QuicTag, std::string> QuicTagValueMap; typedef
Dquic_crypto_server_config.h284 QuicTagValueMap tag_value_map;
/external/chromium_org/net/quic/test_tools/
Dcrypto_test_utils.cc257 QuicTagValueMap::const_iterator it = message.tag_value_map().find(tag); in GetValueForTag()