Home
last modified time | relevance | path

Searched refs:bounded_array_ref (Results 1 – 9 of 9) sorted by relevance

/xnu-11215/libkern/libkern/c++/
H A Dbounded_array_ref.h65 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 DOSBoundedArrayRef.h44 using OSBoundedArrayRef = libkern::bounded_array_ref<T, os_detail::panic_trapping_policy>;
H A DMakefile40 bounded_array_ref.h \
/xnu-11215/iokit/DriverKit/
H A Dbounded_array_ref.h65 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 DOSBoundedArrayRef.h44 using OSBoundedArrayRef = libkern::bounded_array_ref<T, os_detail::panic_trapping_policy>;
H A DMakefile45 bounded_ptr.h bounded_array.h bounded_array_ref.h bounded_ptr_fwd.h \
/xnu-11215/tests/bounded_array_ref_src/
H A Dtest_policy.h42 using test_bounded_array_ref = libkern::bounded_array_ref<T, test_policy>;
H A Dslice.cpp17 using tracking_bounded_array_ref = libkern::bounded_array_ref<T, tracking_policy>;
/xnu-11215/tests/
H A DMakefile664 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