Home
last modified time | relevance | path

Searched defs:PoolIndex (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/compiler/translator/
DPoolAlloc.cpp12 angle::TLSIndex PoolIndex = TLS_INVALID_INDEX; variable
/external/rust/android-crates-io/crates/itertools/src/
Dcombinations.rs44 pub trait PoolIndex<T>: BorrowMut<[usize]> { interface
67 impl<T, const K: usize> PoolIndex<T> for [usize; K] { impl