/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/tree_policy/ |
order_statistics_imp.hpp | 47 node_iterator end_it = node_end(); local 49 while (it != end_it) 52 const size_type o = (l_it == end_it)? 0 : l_it.get_metadata(); 80 node_const_iterator end_it = node_end(); local 84 while (it != end_it) 92 ord += (l_it == end_it)? 1 : 1 + l_it.get_metadata(); 97 ord += (l_it == end_it)? 0 : l_it.get_metadata(); 98 it = end_it;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/tree_policy/ |
order_statistics_imp.hpp | 47 node_iterator end_it = node_end(); local 49 while (it != end_it) 52 const size_type o = (l_it == end_it)? 0 : l_it.get_metadata(); 80 node_const_iterator end_it = node_end(); local 84 while (it != end_it) 92 ord += (l_it == end_it)? 1 : 1 + l_it.get_metadata(); 97 ord += (l_it == end_it)? 0 : l_it.get_metadata(); 98 it = end_it;
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/tree_policy/ |
order_statistics_imp.hpp | 47 node_iterator end_it = node_end(); local 49 while (it != end_it) 52 const size_type o = (l_it == end_it)? 0 : l_it.get_metadata(); 80 node_const_iterator end_it = node_end(); local 84 while (it != end_it) 92 ord += (l_it == end_it)? 1 : 1 + l_it.get_metadata(); 97 ord += (l_it == end_it)? 0 : l_it.get_metadata(); 98 it = end_it;
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/tree_policy/ |
order_statistics_imp.hpp | 47 node_iterator end_it = node_end(); local 49 while (it != end_it) 52 const size_type o = (l_it == end_it)? 0 : l_it.get_metadata(); 80 node_const_iterator end_it = node_end(); local 84 while (it != end_it) 92 ord += (l_it == end_it)? 1 : 1 + l_it.get_metadata(); 97 ord += (l_it == end_it)? 0 : l_it.get_metadata(); 98 it = end_it;
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
hash_map.hpp | 107 iterator end_it = buckets_[bucket].last; 108 ++end_it; 109 while (it != end_it) 128 const_iterator end_it = buckets_[bucket].last; 129 ++end_it; 130 while (it != end_it) 154 iterator end_it = buckets_[bucket].last; local 155 ++end_it; 156 while (it != end_it) 162 buckets_[bucket].last = values_insert(end_it, v) 203 iterator end_it = values_.end(); local [all...] |
/art/runtime/base/ |
iteration_range.h | 48 static inline IterationRange<Iter> MakeIterationRange(const Iter& begin_it, const Iter& end_it) { 49 return IterationRange<Iter>(begin_it, end_it);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/ov_tree_map_/ |
constructors_destructor_fn_imps.hpp | 250 node_const_iterator end_it = PB_DS_node_end_imp(); local 251 if (nd_it != end_it) 255 node_update::operator()(nd_it, end_it);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/ov_tree_map_/ |
constructors_destructor_fn_imps.hpp | 250 node_const_iterator end_it = PB_DS_node_end_imp(); local 251 if (nd_it != end_it) 255 node_update::operator()(nd_it, end_it);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/ov_tree_map_/ |
constructors_destructor_fn_imps.hpp | 250 node_const_iterator end_it = PB_DS_node_end_imp(); local 251 if (nd_it != end_it) 255 node_update::operator()(nd_it, end_it);
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/ov_tree_map_/ |
constructors_destructor_fn_imps.hpp | 250 node_const_iterator end_it = PB_DS_node_end_imp(); local 251 if (nd_it != end_it) 255 node_update::operator()(nd_it, end_it);
|
/external/libchrome/base/files/ |
file_path_watcher_linux.cc | 567 std::map<FilePath, InotifyReader::Watch>::iterator end_it = start_it; local 568 for (; end_it != recursive_watches_by_path_.end(); ++end_it) { 569 const FilePath& cur_path = end_it->first; 573 g_inotify_reader.Get().RemoveWatch(end_it->second, this); 575 recursive_watches_by_path_.erase(start_it, end_it);
|
/external/drm_hwcomposer/ |
separate_rects.cpp | 157 typename std::set<SweepEvent<TId, TNum>>::iterator end_it = local 159 assert(end_it != sweep_v_events.end()); 160 sweep_v_events.erase(end_it);
|