| /xnu-8019.80.24/tests/bounded_array_ref_src/ |
| H A D | slice.cpp | 27 test_bounded_array_ref<T> view(array); in tests() local 32 test_bounded_array_ref<T> view(array); in tests() local 38 test_bounded_array_ref<T> view(array); in tests() local 45 test_bounded_array_ref<T> view(array); in tests() local 55 tracking_bounded_array_ref<T> view(array); in tests() local 64 test_bounded_array_ref<T> view(array); in tests() local 69 test_bounded_array_ref<T> view(array); in tests() local 77 test_bounded_array_ref<T> view(array); in tests() local 86 tracking_bounded_array_ref<T> view(array); in tests() local 92 tracking_bounded_array_ref<T> view(array); in tests() local [all …]
|
| H A D | ctor.bounded_ptr.cpp | 35 test_bounded_array_ref<T> view(ptr, 5); in tests() local 52 test_bounded_array_ref<T> view(ptr, 3); in tests() local 67 test_bounded_array_ref<T> view(ptr, 2); in tests() local 76 test_bounded_array_ref<T> view(ptr, 0); in tests() local 82 test_bounded_array_ref<T> view(ptr, 0); in tests() local 88 test_bounded_array_ref<T> view(ptr, 0); in tests() local 95 test_bounded_array_ref<T> view(ptr, size); in tests() local
|
| H A D | ctor.raw_ptr.cpp | 33 test_bounded_array_ref<T> view(ptr, 5); in tests() local 50 test_bounded_array_ref<T> view(ptr, 3); in tests() local 65 test_bounded_array_ref<T> view(ptr, 2); in tests() local 74 test_bounded_array_ref<T> view(ptr, static_cast<std::size_t>(0)); in tests() local 80 test_bounded_array_ref<T> view(ptr, static_cast<std::size_t>(0)); in tests() local 86 test_bounded_array_ref<T> view(ptr, static_cast<std::size_t>(0)); in tests() local 93 test_bounded_array_ref<T> view(ptr, size); in tests() local
|
| H A D | ctor.bounded_array.cpp | 25 test_bounded_array_ref<T> view(array); in tests() local 37 test_bounded_array_ref<T> view(array); in tests() local 45 test_bounded_array_ref<T> view(array); in tests() local 53 test_bounded_array_ref<T> view = array; in tests() local 59 auto check = [&array](test_bounded_array_ref<T> view) { in tests()
|
| H A D | size.cpp | 21 test_bounded_array_ref<T> const view(&array[0], static_cast<std::size_t>(0)); in tests() local 26 test_bounded_array_ref<T> const view(&array[0], 1); in tests() local 31 test_bounded_array_ref<T> const view(&array[0], 2); in tests() local 36 test_bounded_array_ref<T> const view(&array[0], 5); in tests() local
|
| H A D | data.cpp | 21 test_bounded_array_ref<T> const view(&array[0], static_cast<std::size_t>(0)); in tests() local 26 test_bounded_array_ref<T> const view(&array[0], 1); in tests() local 32 test_bounded_array_ref<T> const view(&array[1], 2); in tests() local 37 test_bounded_array_ref<T> const view(&array[2], 2); in tests() local
|
| H A D | ctor.C_array.cpp | 25 test_bounded_array_ref<T> view(array); in tests() local 37 test_bounded_array_ref<T> view(array); in tests() local 46 test_bounded_array_ref<T> view = array; in tests() local 52 auto check = [&array](test_bounded_array_ref<T> view) { in tests()
|
| H A D | ctor.begin_end.cpp | 31 test_bounded_array_ref<T> view(first, last); in tests() local 48 test_bounded_array_ref<T> view(first, last); in tests() local 61 test_bounded_array_ref<T> view(first, last); in tests() local 72 test_bounded_array_ref<T> view(first, last); in tests() local
|
| H A D | ctor.default.cpp | 18 test_bounded_array_ref<T> view; in tests() local 23 test_bounded_array_ref<T> view{}; in tests() local 28 test_bounded_array_ref<T> view = test_bounded_array_ref<T>(); in tests() local
|
| H A D | operator.bool.cpp | 18 test_bounded_array_ref<T> const view; in tests() local 26 test_bounded_array_ref<T> const view(array); in tests() local
|
| H A D | compare.equal.nullptr.cpp | 29 test_bounded_array_ref<T> view(array); in tests() local 36 test_bounded_array_ref<T> view; in tests() local
|
| H A D | begin_end.cpp | 23 AR const view(array); in tests() local 32 AR const view; in tests() local
|
| H A D | for_loop.cpp | 18 test_bounded_array_ref<T> view(array); in tests() local
|
| H A D | operator.subscript.cpp | 24 test_bounded_array_ref<T> view(array); in tests() local
|