Searched refs:end_it (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/net/tools/quic/
H A Dspdy_utils.cc185 BlockIt end_it = header_block.end(); local
186 if (host_it == end_it || path_it == end_it || scheme_it == end_it ||
187 method_it == end_it) {
248 BlockIt end_it = header_block.end(); local
249 if (status_it == end_it || version_it == end_it) {
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dunicodestring.cc96 UnicodeText::const_iterator end_it = start_it; local
97 advance(end_it, length);
99 substring.text_.PointTo(start_it, end_it);
/external/chromium_org/base/files/
H A Dfile_path_watcher_linux.cc546 std::map<FilePath, InotifyReader::Watch>::iterator end_it = start_it; local
547 for (; end_it != recursive_watches_by_path_.end(); ++end_it) {
548 const FilePath& cur_path = end_it->first;
552 g_inotify_reader.Get().RemoveWatch(end_it->second, this);
554 recursive_watches_by_path_.erase(start_it, end_it);

Completed in 80 milliseconds