Home
last modified time | relevance | path

Searched refs:last_mut (Results 1 - 7 of 7) sorted by relevance

/third_party/rust/crates/bindgen/bindgen/ir/
H A Dtemplate.rs319 let last = path.last_mut().unwrap(); in is_opaque()
/third_party/rust/crates/clap/src/util/
H A Dflat_map.rs157 entry.v.values.last_mut().unwrap() in or_insert()
168 entry.v.values.last_mut().unwrap() in or_insert_with()
/third_party/rust/crates/syn/src/
H A Dpunctuated.rs90 pub fn last_mut(&mut self) -> Option<&mut T> { in last_mut() functions
H A Dgenerics.rs820 path.segments.last_mut().unwrap().arguments = parenthesized; in parse()
H A Dty.rs325 let arguments = &mut ty.path.segments.last_mut().unwrap().arguments;
/third_party/rust/crates/regex/regex-syntax/src/ast/
H A Dparse.rs654 if let Some(&mut Alternation(ref mut alts)) = stack.last_mut() { in push_or_add_alternation()
/third_party/rust/crates/memchr/bench/data/code/
H A Drust-library.rs9423 assert_eq!(a.last_mut(), None); in test_last_mut()
9425 assert_eq!(*a.last_mut().unwrap(), 11); in test_last_mut()
9427 assert_eq!(*a.last_mut().unwrap(), 12); in test_last_mut()
10695 let h = x.last_mut(); in test_mut_last()
10699 assert!(y.last_mut().is_none()); in test_mut_last()
[all...]

Completed in 111 milliseconds