Searched defs:PoolIndex (Results 1 – 2 of 2) sorted by relevance
12 angle::TLSIndex PoolIndex = TLS_INVALID_INDEX; variable
44 pub trait PoolIndex<T>: BorrowMut<[usize]> { interface67 impl<T, const K: usize> PoolIndex<T> for [usize; K] { impl