Lines Matching refs:end
31 …std::same_as<RandomAccessIter> auto end = common.end(); // Note this should NOT be the sentinel ty… in test() local
32 assert(base(end) == buf + 8); in test()
39 …std::same_as<RandomAccessIter> auto end = common.end(); // Note this should NOT be the sentinel ty… in test() local
40 assert(base(end) == buf + 8); in test()
59 std::same_as<CommonForwardIter> auto end = common.end(); in main() local
60 assert(end == CommonForwardIter(std::ranges::end(view))); in main()
65 std::same_as<CommonIntIter> auto end = common.end(); in main() local
66 assert(end == CommonIntIter(std::ranges::end(view))); in main()
73 std::same_as<CommonForwardIter> auto end = common.end(); in main() local
74 assert(end == CommonForwardIter(std::ranges::end(view))); in main()
79 std::same_as<CommonIntIter> auto end = common.end(); in main() local
80 assert(end == CommonIntIter(std::ranges::end(view))); in main()