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

/external/chromium/net/http/
H A Dhttp_util.h263 // calls to GetNext() or after the NameValuePairsIterator is destroyed.
264 class NameValuePairsIterator { class in class:net::HttpUtil
266 NameValuePairsIterator(std::string::const_iterator begin,
269 ~NameValuePairsIterator();
309 // Do not store iterators into this string. The NameValuePairsIterator
H A Dhttp_util.cc704 HttpUtil::NameValuePairsIterator::NameValuePairsIterator( function in class:HttpUtil::NameValuePairsIterator
719 HttpUtil::NameValuePairsIterator::~NameValuePairsIterator() {}
731 bool HttpUtil::NameValuePairsIterator::GetNext() {

Completed in 52 milliseconds