Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/lexical_cast/detail/
H A Dlcast_unsigned_converters.hpp163 const CharT* const m_begin; member in boost::detail::lcast_ret_unsigned
168 … : m_multiplier_overflowed(false), m_multiplier(1), m_value(value), m_begin(begin), m_end(end) in lcast_ret_unsigned()
189 if (m_begin > m_end || *m_end < czero || *m_end >= czero + 10) in convert()
218 for (;m_end >= m_begin; --m_end) in convert()
241 if (m_begin == m_end) return false; in convert()
281 for ( ; m_end >= m_begin; --m_end) { in main_convert_loop()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/iterators/
H A Dever_circling_iterator.hpp49 : m_begin(begin) in ever_circling_iterator()
58 : m_begin(begin) in ever_circling_iterator()
85 this->base_reference() = this->m_begin; in check_end()
93 Iterator m_begin; member
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/gcc/
H A D0001-CVE-2021-42574.patch1789 m_begin (data),
1790 m_next (m_begin),
2096 int bytes_processed () const { return m_next - m_begin; }
2106 const char *const m_begin;