Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/resources/
H A Dhost.rs80 NotInTable, enumerator
87 const NOT_IN_TABLE: Self = AtomicResourceState::new(ResourceState::NotInTable);
120 Self::NOT_IN_TABLE => Self::NotInTable, in decode()
129 Self::NotInTable => (0, Self::NOT_IN_TABLE), in encode()
170 ResourceState::Taken | ResourceState::NotInTable | ResourceState::Index(_) => true, in owned()
192 ResourceState::NotInTable => { in lower_to_index()
194 assert_eq!(prev, ResourceState::NotInTable); in lower_to_index()
233 ResourceState::NotInTable => { in lower_to_index()
236 assert_eq!(prev, ResourceState::NotInTable); in lower_to_index()
298 ResourceState::NotInTable => { in try_into_resource_any()
[all …]