Searched refs:bounded_array (Results 1 – 11 of 11) sorted by relevance
| /xnu-11215/libkern/libkern/c++/ |
| H A D | OSBoundedArray.h | 44 using OSBoundedArray = libkern::bounded_array<T, N, os_detail::panic_trapping_policy>;
|
| H A D | bounded_array.h | 53 struct bounded_array { struct
|
| H A D | Makefile | 39 bounded_array.h \
|
| H A D | bounded_array_ref.h | 125 …constexpr bounded_array_ref(bounded_array<T, N, TrappingPolicy>& data) : data_(data.data()), size_… in bounded_array_ref()
|
| /xnu-11215/iokit/DriverKit/ |
| H A D | OSBoundedArray.h | 44 using OSBoundedArray = libkern::bounded_array<T, N, os_detail::panic_trapping_policy>;
|
| H A D | bounded_array.h | 53 struct bounded_array { struct
|
| H A D | Makefile | 45 bounded_ptr.h bounded_array.h bounded_array_ref.h bounded_ptr_fwd.h \
|
| H A D | bounded_array_ref.h | 125 …constexpr bounded_array_ref(bounded_array<T, N, TrappingPolicy>& data) : data_(data.data()), size_… in bounded_array_ref()
|
| /xnu-11215/tests/bounded_array_src/ |
| H A D | test_policy.h | 19 using test_bounded_array = libkern::bounded_array<T, N, test_policy>;
|
| /xnu-11215/tests/bounded_array_ref_src/ |
| H A D | test_policy.h | 45 using test_bounded_array = libkern::bounded_array<T, N, test_policy>;
|
| /xnu-11215/tests/ |
| H A D | Makefile | 660 bounded_array: OTHER_CXXFLAGS += -Werror=implicit-int-conversion -Werror=shorten-64-to-32 -I$(SRCRO… target 661 bounded_array: $(wildcard bounded_array_src/*.cpp) bounded_array.cpp target
|