Searched refs:ContiguousIter (Results 1 – 1 of 1) sorted by relevance
158 using ContiguousIter = contiguous_iterator<const int*>; typedef163 constexpr ContiguousIter begin() const { return ContiguousIter(buff); } in begin()191 friend constexpr ContiguousIter begin(const BeginFriendContiguousIterator &iter) { in begin()192 return ContiguousIter(iter.buff); in begin()219 ContiguousIter begin() &&;