Searched defs:NameValuePairsIterator (Results 1 - 3 of 3) 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.cc711 HttpUtil::NameValuePairsIterator::NameValuePairsIterator( function in class:HttpUtil::NameValuePairsIterator
726 HttpUtil::NameValuePairsIterator::~NameValuePairsIterator() {}
738 bool HttpUtil::NameValuePairsIterator::GetNext() {
/external/chromium_org/net/http/
H A Dhttp_util.h301 // calls to GetNext() or after the NameValuePairsIterator is destroyed.
302 class NET_EXPORT NameValuePairsIterator { class in class:net::HttpUtil
304 NameValuePairsIterator(std::string::const_iterator begin,
307 ~NameValuePairsIterator();
348 // Do not store iterators into this string. The NameValuePairsIterator

Completed in 119 milliseconds