Searched defs:tag_vector (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/net/quic/
H A Dquic_protocol.cc147 bool ContainsQuicTag(const QuicTagVector& tag_vector, QuicTag tag) { argument
148 return std::find(tag_vector.begin(), tag_vector.end(), tag)
149 != tag_vector.end();

Completed in 3295 milliseconds