Searched refs:OSBoundedArray (Results 1 – 5 of 5) sorted by relevance
| /xnu-8019.80.24/libkern/libkern/c++/ |
| H A D | OSBoundedArray.h | 44 using OSBoundedArray = libkern::bounded_array<T, N, os_detail::panic_trapping_policy>; variable
|
| H A D | Makefile | 13 OSBoundedArray.h \
|
| /xnu-8019.80.24/iokit/DriverKit/ |
| H A D | OSBoundedArray.h | 44 using OSBoundedArray = libkern::bounded_array<T, N, os_detail::panic_trapping_policy>; variable
|
| H A D | Makefile | 46 OSBoundedArray.h OSBoundedArrayRef.h OSBoundedPtr.h OSBoundedPtrFwd.h \
|
| /xnu-8019.80.24/iokit/Tests/ |
| H A D | Tests.cpp | 410 OSBoundedArray<int, 5> ints = {0, 1, 2, 3, 4}; in OSBoundedArrayTests() 434 OSBoundedArray<int, 5> storage = {0, 1, 2, 3, 4}; in OSBoundedArrayRefTests()
|