Searched refs:Inner (Results 1 – 8 of 8) sorted by relevance
| /wasmtime-44.0.1/crates/test-programs/src/bin/ |
| H A D | p2_api_proxy_streaming.rs | 468 enum Inner { in incoming_body() enum 477 struct Incoming(Inner); in incoming_body() 481 match mem::replace(&mut self.0, Inner::Closed) { in incoming_body() 482 Inner::Stream { stream, body } => { in incoming_body() 486 Inner::Trailers(_) | Inner::Closed => {} in incoming_body() 493 let mut incoming = Incoming(Inner::Stream { stream, body }); in incoming_body() 511 let Inner::Stream { stream, body } = in incoming_body() localVariable 512 mem::replace(&mut incoming.0, Inner::Closed) in incoming_body() 527 Inner::Trailers(trailers) => { in incoming_body() 530 incoming.0 = Inner::Closed; in incoming_body() [all …]
|
| /wasmtime-44.0.1/crates/environ/src/collections/ |
| H A D | secondary_map.rs | 3 use cranelift_entity::{EntityRef, SecondaryMap as Inner}; 11 inner: Inner<K, V>, 37 inner: Inner::new(), in new() 49 inner: Inner::try_with_capacity(capacity)?, in with_capacity() 58 inner: Inner::with_default(default), in with_default() 159 let inner = Inner::from(values); in from()
|
| /wasmtime-44.0.1/cranelift/bforest/src/ |
| H A D | node.rs | 17 Inner { enumerator 69 Self::Inner { size, .. } => usize::from(size) + 1, in entries() 81 Self::Inner { in inner() 100 Self::Inner { in unwrap_inner() 169 Self::Inner { in try_inner_insert() 226 Self::Inner { in split() 258 rhs_data: Self::Inner { in split() 311 Self::Inner { in inner_remove() 366 &mut Self::Inner { in balance() 371 &mut Self::Inner { in balance() [all …]
|
| H A D | pool.rs | 66 if let NodeData::Inner { size, tree, .. } = self[node] { in free_tree() 94 if let NodeData::Inner { size, .. } = self[node] { in verify_tree() 99 NodeData::Inner { size, .. } | NodeData::Leaf { size, .. } => { in verify_tree() 118 NodeData::Inner { size, keys, tree } => { in verify_tree()
|
| H A D | path.rs | 60 NodeData::Inner { size, keys, tree } => { in find() 99 NodeData::Inner { tree, .. } => node = tree[0], in first() 210 NodeData::Inner { size, ref tree, .. } => { in goto_subtree_last() 421 NodeData::Inner { in update_crit_key() 453 while let NodeData::Inner { in balance_nodes() 599 NodeData::Inner { size, .. } => self.entry[l] < size, in right_sibling_branch_level() 640 NodeData::Inner { ref mut keys, .. } => { in update_right_crit_key() 665 NodeData::Inner { size, tree, .. } => { in verify()
|
| /wasmtime-44.0.1/crates/wasi-common/src/ |
| H A D | table.rs | 13 pub struct Table(RwLock<Inner>); 15 struct Inner { struct 23 Table(RwLock::new(Inner { in new() argument
|
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/instance/allocator/pooling/ |
| H A D | index_allocator.rs | 82 pub struct ModuleAffinityIndexAllocator(Mutex<Inner>); 85 struct Inner { struct 190 ModuleAffinityIndexAllocator(Mutex::new(Inner { in new() 391 impl Inner { implementation
|
| /wasmtime-44.0.1/crates/wasi/src/sockets/ |
| H A D | tcp.rs | 817 pub struct NonInheritedOptions(Arc<Inner>); 820 struct Inner { struct
|