Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/environ/src/
H A Dkey.rs93 pub struct FuncKeyNamespace(u32); struct
95 impl fmt::Debug for FuncKeyNamespace { implementation
111 impl From<FuncKeyNamespace> for u32 {
112 fn from(ns: FuncKeyNamespace) -> Self { in from()
117 impl FuncKeyNamespace { implementation
288 pub fn into_parts(self) -> (FuncKeyNamespace, FuncKeyIndex) { in into_parts() argument
346 (FuncKeyNamespace(namespace), FuncKeyIndex(index)) in into_parts()
355 pub fn namespace(self) -> FuncKeyNamespace { in namespace() argument
404 pub fn from_parts(namespace: FuncKeyNamespace, index: FuncKeyIndex) -> Self { in from_parts() argument
H A Dmodule_artifacts.rs6 EntityRef, FilePos, FuncIndex, FuncKey, FuncKeyIndex, FuncKeyKind, FuncKeyNamespace, Module,
92 fn last_namespace(&self) -> Option<FuncKeyNamespace> { in last_namespace() argument
292 namespaces: TryPrimaryMap<NamespaceIndex, FuncKeyNamespace>,
353 fn namespace_index(&self, namespace: FuncKeyNamespace) -> Option<NamespaceIndex> { in namespace_index()