Searched refs:tag_vector (Results 1 - 2 of 2) 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();
H A Dquic_protocol.h348 NET_EXPORT_PRIVATE bool ContainsQuicTag(const QuicTagVector& tag_vector,

Completed in 63 milliseconds