Searched refs:tracking_bounded_array_ref (Results 1 – 1 of 1) sorted by relevance
17 using tracking_bounded_array_ref = libkern::bounded_array_ref<T, tracking_policy>; typedef55 tracking_bounded_array_ref<T> view(array); in tests()57 tracking_bounded_array_ref<T> slice = view.slice(0, 6); in tests()86 tracking_bounded_array_ref<T> view(array); in tests()88 tracking_bounded_array_ref<T> slice = view.slice(1, 5); in tests()92 tracking_bounded_array_ref<T> view(array); in tests()94 tracking_bounded_array_ref<T> slice = view.slice(1, 10); in tests()112 tracking_bounded_array_ref<T> view(array); in tests()114 tracking_bounded_array_ref<T> slice = view.slice(3, 3); in tests()118 tracking_bounded_array_ref<T> view(array); in tests()[all …]