Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/protozero/1.5.2/include/protozero/
H A Diterators.hpp146 class const_fixed_iterator { class
162 const_fixed_iterator() noexcept : in const_fixed_iterator() function in protozero::const_fixed_iterator
167 const_fixed_iterator(const char* data, const char* end) noexcept : in const_fixed_iterator() function in protozero::const_fixed_iterator
172 const_fixed_iterator(const const_fixed_iterator&) noexcept = default;
173 const_fixed_iterator(const_fixed_iterator&&) noexcept = default;
175 const_fixed_iterator& operator=(const const_fixed_iterator&) noexcept = default;
176 const_fixed_iterator& operator=(const_fixed_iterator&&) noexcept = default;
178 ~const_fixed_iterator() noexcept = default;
189 const_fixed_iterator& operator++() { in operator ++()
194 const_fixed_iterator operator++(int) { in operator ++()
[all …]
H A Dpbf_reader.hpp86 iterator_range<const_fixed_iterator<T>> packed_fixed() { in packed_fixed()
90 … return iterator_range<const_fixed_iterator<T>>{const_fixed_iterator<T>(m_data - len, m_data), in packed_fixed()
91 const_fixed_iterator<T>(m_data, m_data)}; in packed_fixed()