Home
last modified time | relevance | path

Searched refs:m_outer_end (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/geometry/iterators/
H A Dflatten_iterator.hpp53 OuterIterator m_outer_it, m_outer_end; member in boost::geometry::flatten_iterator
65 : m_outer_it(outer_it), m_outer_end(outer_end) in flatten_iterator()
72 : m_outer_it(outer_end), m_outer_end(outer_end) in flatten_iterator()
92 m_outer_end(other.m_outer_end), in flatten_iterator()
113 m_outer_end = other.m_outer_end; in operator =()
115 if ( other.m_outer_it != other.m_outer_end ) in operator =()
144 while ( m_outer_it != m_outer_end && empty(m_outer_it) ) in advance_through_empty()
149 if ( m_outer_it != m_outer_end ) in advance_through_empty()
157 BOOST_GEOMETRY_ASSERT( m_outer_it != m_outer_end ); in dereference()
187 if ( m_outer_it == m_outer_end ) in equal()
[all …]