Searched defs:FixedSizeArray (Results 1 – 5 of 5) sorted by relevance
32 public class FixedSizeArray<T> extends AllocationGuard { class40 public FixedSizeArray(int size) { in FixedSizeArray() method in FixedSizeArray51 public FixedSizeArray(int size, Comparator<T> comparator) { in FixedSizeArray() method in FixedSizeArray
193 pub struct FixedSizeArray<const N: usize>([u8; N]); struct195 impl<const N: usize> FixedSizeArray<N> { implementation
193 TEST_F(AidlTest, FixedSizeArray) { in TEST_F() argument
645 TEST_F(AidlTest, FixedSizeArray) { in TEST_F() argument
849 struct FixedSizeArray { struct862 FixedSizeArray<16> _0; argument