Home
last modified time | relevance | path

Searched refs:SparseMapValue (Results 1 – 2 of 2) sorted by relevance

/wasmtime-44.0.1/cranelift/entity/src/
H A Dsparse.rs25 pub trait SparseMapValue<K> { interface
64 V: SparseMapValue<K>,
73 V: SparseMapValue<K>,
210 V: SparseMapValue<K>,
220 V: SparseMapValue<K> + fmt::Debug,
233 V: SparseMapValue<K>,
244 impl<T> SparseMapValue<T> for T
273 impl SparseMapValue<Inst> for Obj {
H A Dlib.rs289 pub use self::sparse::{SparseMap, SparseMapValue, SparseSet};