Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/
H A Dvector.hpp2829 (size_type first_pos, size_type last_pos, size_type limit_pos, size_type shift_count) in priv_insert_ordered_at_shift_range() argument
2832 BOOST_ASSERT(last_pos <= limit_pos); in priv_insert_ordered_at_shift_range()
2840 if((last_pos + shift_count) <= limit_pos){ in priv_insert_ordered_at_shift_range()
2845 else if((first_pos + shift_count) >= limit_pos){ in priv_insert_ordered_at_shift_range()
2849 hole_size = first_pos + shift_count - limit_pos; in priv_insert_ordered_at_shift_range()
2854 T* const limit_ptr = begin_ptr + limit_pos; in priv_insert_ordered_at_shift_range()