Searched defs:Some (Results 1 – 11 of 11) sorted by relevance
92 let Some(mut freeze_entry) = node_refs.freeze_listeners.find_mut(&self.cookie) else { in do_work() localVariable178 let Some(info) = node_refs.by_handle.get_mut(&handle) else { in request_freeze_notif() localVariable240 let Some(freeze) = node_refs.freeze_listeners.get_mut(&cookie) else { in freeze_notif_done() localVariable279 let Some(info) = node_refs.by_handle.get_mut(&handle) else { in clear_freeze_notif() localVariable283 let Some(info_cookie) = info.freeze() else { in clear_freeze_notif() localVariable291 let Some(listener) = node_refs.freeze_listeners.get_mut(&cookie) else { in clear_freeze_notif() localVariable374 let Some(cookie) = proc.get_freeze_cookie(&node) else { in prepare_freeze_messages() localVariable
1222 let Some(info) = refs.by_handle.get_mut(&handle) else { in request_death() localVariable1265 let Some(info) = refs.by_handle.get_mut(&handle) else { in clear_death() localVariable1270 let Some(death) = info.death().take() else { in clear_death() localVariable
105 let Some(slot) = Arc::get_mut(&mut this) else { in try_pin_init() localVariable123 let Some(slot) = Arc::get_mut(&mut this) else { in try_init() localVariable
162 let Some(bit) = self.map.last_bit() else { in shrink_request() localVariable182 let Some(updated) = self.shrink_request() else { in shrink() localVariable
300 let Some(dst) = out.get_mut(offset..end) else { in read_slice_partial() localVariable493 let Some(src) = data.get(offset..end) else { in write_slice_partial() localVariable
173 let Some((first, last)) = to_maple_range(range) else { in insert_range() localVariable450 let Some((min, max)) = to_maple_range(range) else { in alloc_range() localVariable
14 let Some((mut first_str, first_span)) = (match first_opt.as_ref() { in fmt() localVariable
29 let Some(TokenTree::Ident(ident)) = tokens.next() else { in concat_helper() localVariable
109 let Some(params) = &info.params else { in emit_params() localVariable
175 let Some(data) = policy.data::<Self::PData>() else { in target_index() localVariable
403 Some(Span, Delimiter), enumerator