Home
last modified time | relevance | path

Searched refs:OSBoundedArray (Results 1 – 5 of 5) sorted by relevance

/xnu-8019.80.24/libkern/libkern/c++/ !
H A DOSBoundedArray.h44 using OSBoundedArray = libkern::bounded_array<T, N, os_detail::panic_trapping_policy>; variable
H A DMakefile13 OSBoundedArray.h \
/xnu-8019.80.24/iokit/DriverKit/ !
H A DOSBoundedArray.h44 using OSBoundedArray = libkern::bounded_array<T, N, os_detail::panic_trapping_policy>; variable
H A DMakefile46 OSBoundedArray.h OSBoundedArrayRef.h OSBoundedPtr.h OSBoundedPtrFwd.h \
/xnu-8019.80.24/iokit/Tests/ !
H A DTests.cpp410 OSBoundedArray<int, 5> ints = {0, 1, 2, 3, 4}; in OSBoundedArrayTests()
434 OSBoundedArray<int, 5> storage = {0, 1, 2, 3, 4}; in OSBoundedArrayRefTests()