Home
last modified time | relevance | path

Searched defs:InnerEntry (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/weak-table/src/
Dweak_value_hash_map.rs27 struct InnerEntry<'a, K: 'a, V: 'a + WeakElement> { struct
28 map: &'a mut WeakValueInnerMap<K, V>,
29 pos: usize,
30 key: K,
31 hash_code: HashCode,
573 impl<'a, K: Eq + Hash, V: WeakElement> InnerEntry<'a, K, V> { impl
694 let InnerEntry { map, key, hash_code, pos } = self.inner; in insert() localVariable
823 impl<'a, K, V: WeakElement> ModuloCapacity for InnerEntry<'a, K, V> { implementation
892 impl<'a, K: Debug, V: WeakElement> Debug for InnerEntry<'a, K, V> implementation
Dweak_weak_hash_map.rs28 struct InnerEntry<'a, K: 'a + WeakKey, V: 'a> { struct
29 map: &'a mut WeakWeakInnerMap<K, V>,
30 pos: usize,
31 key: K::Strong,
32 hash_code: HashCode,
580 impl<'a, K: WeakKey, V: WeakElement> InnerEntry<'a, K, V> { impl
839 impl<'a, K: WeakKey, V: WeakElement> ModuloCapacity for InnerEntry<'a, K, V> { implementation
913 impl<'a, K: WeakKey, V: WeakElement> Debug for InnerEntry<'a, K, V> implementation
Dweak_key_hash_map.rs22 struct InnerEntry<'a, K: 'a + WeakKey, V: 'a> { struct
23 map: &'a mut WeakKeyInnerMap<K, V>,
24 pos: usize,
25 key: K::Strong,
26 hash_code: HashCode,
674 impl<'a, K: WeakKey, V> InnerEntry<'a, K, V> { implementation
932 impl<'a, K: WeakKey, V> ModuloCapacity for InnerEntry<'a, K, V> { implementation
1001 impl<'a, K: WeakKey, V: Debug> Debug for InnerEntry<'a, K, V> implementation
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp2619 MachineBasicBlock *InnerEntry = InnerLRegion->getEntry(); in structurizeComplexRegion() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp2673 MachineBasicBlock *InnerEntry = InnerLRegion->getEntry(); in structurizeComplexRegion() local