Searched refs:const_fixed_iterator (Results 1 – 2 of 2) sorted by relevance
146 class const_fixed_iterator { class162 const_fixed_iterator() noexcept : in const_fixed_iterator() function in protozero::const_fixed_iterator167 const_fixed_iterator(const char* data, const char* end) noexcept : in const_fixed_iterator() function in protozero::const_fixed_iterator172 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 …]
86 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()