Home
last modified time | relevance | path

Searched refs:m_first (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()
72 return !std::binary_search(m_first, 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()
339 BOOST_ASSERT(size_type(n) <= size_type(m_cap-m_first)); in move_assign()
340 m_last = Op()(forward_t(), first, first+n, m_first); in move_assign()
347 { return m_cap-m_first; } in capacity()
350 { return m_first; } in data()
356 { return m_last-m_first; } in size()
359 { return m_first == m_last; } in empty()
363 m_last = m_first; in clear()
377 m_last = m_first; in set_size()
382 Iterator const m_first; member in boost::movelib::detail_adaptive::range_xbuf