Searched defs:ConstexprIterator (Results 1 – 3 of 3) sorted by relevance
358 class ConstexprIterator { class427 constexpr ConstexprIterator(int* ptr) : ptr_(ptr) {} in ConstexprIterator() function in ConstexprIterator429 constexpr ConstexprIterator(const ConstexprIterator& rhs) : ptr_(rhs.ptr_) { in ConstexprIterator() function in ConstexprIterator442 constexpr ConstexprIterator(ConstexprIterator&& rhs) noexcept : ptr_(rhs.ptr_) { in ConstexprIterator() function in ConstexprIterator
1230 TEST(SpanTest, ConstexprIterator) { in TEST() argument
1364 TEST(SpanTest, ConstexprIterator) { in TEST() argument