OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:end_it
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/net/tools/quic/
spdy_utils.cc
185
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/
unicodestring.cc
96
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/
file_path_watcher_linux.cc
546
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 539 milliseconds