Searched refs:end_iter (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/tools/aapt2/util/
H A DImmutableMap.h59 const_iterator end_iter = end(); local
60 auto iter = std::lower_bound(data_.begin(), end_iter, key, cmp);
61 if (iter == end_iter || iter->first == key) {
64 return end_iter;
H A DUtil.h125 const auto end_iter = end(container); local
126 return [begin_iter, end_iter, sep](::std::ostream& out) -> ::std::ostream& {
127 for (auto iter = begin_iter; iter != end_iter; ++iter) {
/frameworks/base/tools/aapt2/link/
H A DNoDefaultResourceRemover.cpp59 const auto end_iter = type->entries.end(); local
61 std::stable_partition(type->entries.begin(), end_iter, KeepResource);
62 for (auto iter = new_end_iter; iter != end_iter; ++iter) {
H A DAutoVersioner.cpp39 const auto end_iter = entry->values.end(); local
41 for (; iter != end_iter; ++iter) {
58 for (; iter != end_iter; ++iter) {
/frameworks/base/tools/aapt2/xml/
H A DXmlPullParser.h297 const auto end_iter = end_attributes(); local
299 begin_attributes(), end_iter,
313 if (iter != end_iter && namespace_uri == iter->namespace_uri &&
317 return end_iter;
H A DXmlPullParser.cpp149 const auto end_iter = package_aliases_.rend(); local
150 for (auto iter = package_aliases_.rbegin(); iter != end_iter; ++iter) {

Completed in 29 milliseconds