Home
last modified time | relevance | path

Searched defs:view (Results 1 – 14 of 14) sorted by relevance

/xnu-8019.80.24/tests/bounded_array_ref_src/
H A Dslice.cpp27 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 Dctor.bounded_ptr.cpp35 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 Dctor.raw_ptr.cpp33 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 Dctor.bounded_array.cpp25 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 Dsize.cpp21 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 Ddata.cpp21 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 Dctor.C_array.cpp25 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 Dctor.begin_end.cpp31 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 Dctor.default.cpp18 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 Doperator.bool.cpp18 test_bounded_array_ref<T> const view; in tests() local
26 test_bounded_array_ref<T> const view(array); in tests() local
H A Dcompare.equal.nullptr.cpp29 test_bounded_array_ref<T> view(array); in tests() local
36 test_bounded_array_ref<T> view; in tests() local
H A Dbegin_end.cpp23 AR const view(array); in tests() local
32 AR const view; in tests() local
H A Dfor_loop.cpp18 test_bounded_array_ref<T> view(array); in tests() local
H A Doperator.subscript.cpp24 test_bounded_array_ref<T> view(array); in tests() local