Home | History | Annotate | Download | only in containers

Lines Matching defs:lasts

1160   constexpr span<const int> lasts = constexpr_span.last(size);
1161 for (size_t i = 0; i < lasts.size(); ++i) {
1163 EXPECT_EQ(kArray[j], lasts[i]);