Searched refs:bounded_array_ref (Results 1 – 9 of 9) sorted by relevance
| /xnu-11215/libkern/libkern/c++/ |
| H A D | bounded_array_ref.h | 65 struct bounded_array_ref { struct 145 bounded_array_ref(bounded_array_ref const&) = default; 147 bounded_array_ref(bounded_array_ref&& other) noexcept = default; 149 constexpr bounded_array_ref& operator=(bounded_array_ref const&) = default; argument 150 constexpr bounded_array_ref& operator=(bounded_array_ref&& other) = default; argument 151 ~bounded_array_ref() = default; 251 bounded_array_ref<T, TrappingPolicy> 261 return bounded_array_ref(data_ + n, m); in slice() 273 operator==(bounded_array_ref<T, P> const& x, bar_detail::nullptr_t) 280 operator!=(bounded_array_ref<T, P> const& x, bar_detail::nullptr_t) [all …]
|
| H A D | OSBoundedArrayRef.h | 44 using OSBoundedArrayRef = libkern::bounded_array_ref<T, os_detail::panic_trapping_policy>;
|
| H A D | Makefile | 40 bounded_array_ref.h \
|
| /xnu-11215/iokit/DriverKit/ |
| H A D | bounded_array_ref.h | 65 struct bounded_array_ref { struct 145 bounded_array_ref(bounded_array_ref const&) = default; 147 bounded_array_ref(bounded_array_ref&& other) noexcept = default; 149 constexpr bounded_array_ref& operator=(bounded_array_ref const&) = default; argument 150 constexpr bounded_array_ref& operator=(bounded_array_ref&& other) = default; argument 151 ~bounded_array_ref() = default; 251 bounded_array_ref<T, TrappingPolicy> 261 return bounded_array_ref(data_ + n, m); in slice() 273 operator==(bounded_array_ref<T, P> const& x, bar_detail::nullptr_t) 280 operator!=(bounded_array_ref<T, P> const& x, bar_detail::nullptr_t) [all …]
|
| H A D | OSBoundedArrayRef.h | 44 using OSBoundedArrayRef = libkern::bounded_array_ref<T, os_detail::panic_trapping_policy>;
|
| H A D | Makefile | 45 bounded_ptr.h bounded_array.h bounded_array_ref.h bounded_ptr_fwd.h \
|
| /xnu-11215/tests/bounded_array_ref_src/ |
| H A D | test_policy.h | 42 using test_bounded_array_ref = libkern::bounded_array_ref<T, test_policy>;
|
| H A D | slice.cpp | 17 using tracking_bounded_array_ref = libkern::bounded_array_ref<T, tracking_policy>;
|
| /xnu-11215/tests/ |
| H A D | Makefile | 664 bounded_array_ref: OTHER_CXXFLAGS += -Werror=implicit-int-conversion -Werror=shorten-64-to-32 -I$(S… target 665 bounded_array_ref: $(wildcard bounded_array_ref_src/*.cpp) bounded_array_ref.cpp target
|