Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/environ/src/
H A Dkey.rs170 pub struct FuncKeyIndex(u32); struct
172 impl From<FuncKeyIndex> for u32 {
173 fn from(index: FuncKeyIndex) -> Self { in from()
178 impl FuncKeyIndex { implementation
190 FuncKeyIndex(raw) in from_raw()
288 pub fn into_parts(self) -> (FuncKeyNamespace, FuncKeyIndex) { in into_parts() argument
346 (FuncKeyNamespace(namespace), FuncKeyIndex(index)) in into_parts()
360 pub fn index(self) -> FuncKeyIndex { in index() argument
404 pub fn from_parts(namespace: FuncKeyNamespace, index: FuncKeyIndex) -> Self { in from_parts()
H A Dmodule_artifacts.rs6 EntityRef, FilePos, FuncIndex, FuncKey, FuncKeyIndex, FuncKeyKind, FuncKeyNamespace, Module,
97 fn last_key_index(&self) -> Option<FuncKeyIndex> { in last_key_index() argument
104 let key_index = FuncKeyIndex::from_raw(key_index); in last_key_index()
330 sparse_indices: TryPrimaryMap<SparseIndex, FuncKeyIndex>,
523 FuncKeyIndex::from_raw(key_index) in func_by_text_offset()