Searched refs:QuicTagValueMap (Results 1 – 6 of 6) sorted by relevance
112 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()
74 const QuicTagValueMap& tag_value_map() const { return tag_value_map_; } in tag_value_map()137 QuicTagValueMap tag_value_map_;
129 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()
29 typedef std::map<QuicTag, std::string> QuicTagValueMap; typedef
284 QuicTagValueMap tag_value_map;
257 QuicTagValueMap::const_iterator it = message.tag_value_map().find(tag); in GetValueForTag()