OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:start_it
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
unicodestring.cc
63
UnicodeText::const_iterator
start_it
= text_.begin();
local
64
advance(
start_it
, start);
66
unicode_text.append(text_.begin(),
start_it
);
68
advance(
start_it
, length);
69
unicode_text.append(
start_it
, text_.end());
94
UnicodeText::const_iterator
start_it
= text_.begin();
local
95
advance(
start_it
, start);
96
UnicodeText::const_iterator end_it =
start_it
;
99
substring.text_.PointTo(
start_it
, end_it);
/external/chromium_org/base/files/
file_path_watcher_linux.cc
544
std::map<FilePath, InotifyReader::Watch>::iterator
start_it
=
local
546
std::map<FilePath, InotifyReader::Watch>::iterator end_it =
start_it
;
554
recursive_watches_by_path_.erase(
start_it
, end_it);
Completed in 3363 milliseconds