Home
last modified time | relevance | path

Searched refs:buffer_empty (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/move/algo/detail/
H A Dadaptive_sort_merge.hpp1456 bool const buffer_empty = buffer == buffer_end; (void)buffer_empty; in op_merge_blocks_with_buf() local
1457 …BOOST_MOVE_ADAPTIVE_SORT_INVARIANT(buffer_empty ? is_sorted(first1, last1, comp) : is_sorted(buffe… in op_merge_blocks_with_buf()
1472 …BOOST_MOVE_ADAPTIVE_SORT_INVARIANT((first1 == last1) || (buffer_empty ? !comp(*first_min, last1[-1… in op_merge_blocks_with_buf()
1476 BOOST_ASSERT(buffer_empty || res == last1); (void)res; in op_merge_blocks_with_buf()