Searched defs:Some (Results 1 – 4 of 4) sorted by relevance
69 let Some(ref mut mq) = *queue_guard else { in requestReadFmqSync() localVariable97 let Some(ref mut mq) = *queue_guard else { in requestWriteFmqSync() localVariable
229 let Some(ref device) = self.devices[other_n] else { continue }; in disconnect() localVariable250 let Some(ref device) = self.devices[n] else { continue }; in send() localVariable
246 let Some(ref device) = self.devices[other_n] else { continue }; in disconnect() localVariable268 let Some(ref device) = self.devices[n] else { continue }; in send() localVariable
145 let Some(pos) = path.iter().position(|&key| key == WILDCARD_FULL_ARRAY) else { in wildcard_position() localVariable