Home
last modified time | relevance | path

Searched refs:end_it (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/pb_ds/detail/tree_policy/
H A Dorder_statistics_imp.hpp49 node_iterator end_it = node_end(); in find_by_order() local
51 while (it != end_it) in find_by_order()
54 const size_type o = (l_it == end_it)? 0 : l_it.get_metadata(); in find_by_order()
82 node_const_iterator end_it = node_end(); in order_of_key() local
86 while (it != end_it) in order_of_key()
94 ord += (l_it == end_it)? 1 : 1 + l_it.get_metadata(); in order_of_key()
99 ord += (l_it == end_it)? 0 : l_it.get_metadata(); in order_of_key()
100 it = end_it; in order_of_key()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/pb_ds/detail/tree_policy/
H A Dorder_statistics_imp.hpp49 node_iterator end_it = node_end(); in find_by_order() local
51 while (it != end_it) in find_by_order()
54 const size_type o = (l_it == end_it)? 0 : l_it.get_metadata(); in find_by_order()
82 node_const_iterator end_it = node_end(); in order_of_key() local
86 while (it != end_it) in order_of_key()
94 ord += (l_it == end_it)? 1 : 1 + l_it.get_metadata(); in order_of_key()
99 ord += (l_it == end_it)? 0 : l_it.get_metadata(); in order_of_key()
100 it = end_it; in order_of_key()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/pb_ds/detail/ov_tree_map_/
H A Dconstructors_destructor_fn_imps.hpp252 node_const_iterator end_it = PB_DS_node_end_imp(); in update() local
253 if (nd_it != end_it) in update()
257 node_update::operator()(nd_it, end_it); in update()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/pb_ds/detail/ov_tree_map_/
H A Dconstructors_destructor_fn_imps.hpp252 node_const_iterator end_it = PB_DS_node_end_imp(); in update() local
253 if (nd_it != end_it) in update()
257 node_update::operator()(nd_it, end_it); in update()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/variant/
H A Dvariant.hpp186 typedef typename mpl::end<Types>::type end_it; typedef
202 mpl::iterator_range< first_result_it,end_it >
213 is_same< second_result_it,end_it >
215 is_same< first_result_it,end_it >
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/
H A Dvector.hpp1185 const iterator end_it = this->end(); member in boost::container::vector
1186 for ( ; first != last && cur != end_it; ++cur, ++first){
1263 const iterator end_it = this->end(); member in boost::container::vector
1264 for ( ; first != last && cur != end_it; ++cur, ++first){