Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/disjoint/
H A Dmultipoint_geometry.hpp66 : base_type(), m_first(first), m_last(last) in unary_disjoint_predicate()
73 m_last, in apply()
79 Iterator m_first, m_last; member in boost::geometry::detail::disjoint::multipoint_multipoint::unary_disjoint_predicate
/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.hpp333 : m_first(first), m_last(first), m_cap(last) in range_xbuf()
340 m_last = Op()(forward_t(), first, first+n, m_first); in move_assign()
353 { return m_last; } in end()
356 { return m_last-m_first; } in size()
359 { return m_first == m_last; } in empty()
363 m_last = m_first; in clear()
369 Iterator pos(m_last); in add()
371 ++m_last; in add()
377 m_last = m_first; in set_size()
378 m_last += size; in set_size()
[all …]