Home
last modified time | relevance | path

Searched defs:SlotMap (Results 1 – 6 of 6) sorted by relevance

/external/rust/android-crates-io/crates/managed/src/
Dslotmap.rs51 pub struct SlotMap<'a, T> { struct
54 elements: Slice<'a, T>,
58 slots: Partial<'a, Slot>,
61 generation: Generation,
64 free_top: usize,
66 indices: IndexComputer,
112 impl<T> SlotMap<'_, T> { impl
240 impl<'a, T> SlotMap<'a, T> { impl
/external/rust/android-crates-io/crates/slotmap/src/
Dbasic.rs130 pub struct SlotMap<K: Key, V> { struct
137 impl<V> SlotMap<DefaultKey, V> { argument
166 impl<K: Key, V> SlotMap<K, V> { implementation
897 impl<K: Key, V> Clone for SlotMap<K, V> implementation
915 impl<K: Key, V> Default for SlotMap<K, V> { implementation
921 impl<K: Key, V> Index<K> for SlotMap<K, V> { implementation
932 impl<K: Key, V> IndexMut<K> for SlotMap<K, V> { implementation
1169 impl<'a, K: Key, V> IntoIterator for &'a SlotMap<K, V> { implementation
1178 impl<'a, K: Key, V> IntoIterator for &'a mut SlotMap<K, V> { implementation
1187 impl<K: Key, V> IntoIterator for SlotMap<K, V> { implementation
[all …]
/external/skia/modules/skottie/include/
DSlotManager.h97 using SlotMap = THashMap<SlotID, TArray<T>>; variable
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
DStackFrameLayoutAnalysisPass.cpp197 SlotDbgMap SlotMap = genSlotDbgMapping(MF); in emitStackFrameLayoutRemarks() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DFunctionLoweringInfo.h106 SlotMapTy SlotMap; member
/external/llvm/include/llvm/CodeGen/
DFunctionLoweringInfo.h126 SlotMapTy SlotMap; member