Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_data_structures/src/sorted_map/
Dindex_map.rs27 pub struct SortedIndexMultiMap<I: Idx, K, V> { struct
35 impl<I: Idx, K: Ord, V> SortedIndexMultiMap<I, K, V> { impl
110 impl<I: Idx, K: Eq, V: Eq> Eq for SortedIndexMultiMap<I, K, V> {} implementation
111 impl<I: Idx, K: PartialEq, V: PartialEq> PartialEq for SortedIndexMultiMap<I, K, V> { implementation
118 impl<I: Idx, K, V> Hash for SortedIndexMultiMap<I, K, V> implementation
128 impl<I: Idx, K, V, C> HashStable<C> for SortedIndexMultiMap<I, K, V> implementation
134 let SortedIndexMultiMap { in hash_stable() localVariable
144 impl<I: Idx, K: Ord, V> FromIterator<(K, V)> for SortedIndexMultiMap<I, K, V> { implementation
159 impl<I: Idx, K, V> std::ops::Index<I> for SortedIndexMultiMap<I, K, V> { implementation