Home
last modified time | relevance | path

Searched refs:next_flag (Results 1 - 3 of 3) sorted by relevance

/third_party/rust/crates/clap/clap_lex/tests/
H A Dshorts.rs14 fn next_flag() { in next_flag() functions
22 actual.push(shorts.next_flag().unwrap().unwrap()); in next_flag()
23 actual.push(shorts.next_flag().unwrap().unwrap()); in next_flag()
24 actual.push(shorts.next_flag().unwrap().unwrap()); in next_flag()
25 actual.push(shorts.next_flag().unwrap().unwrap()); in next_flag()
26 actual.push(shorts.next_flag().unwrap().unwrap()); in next_flag()
27 assert_eq!(shorts.next_flag(), None); in next_flag()
53 assert_eq!(shorts.next_flag().unwrap().unwrap(), 's'); in next_flag_with_value()
67 assert_eq!(shorts.next_flag().unwrap().unwrap(), 's'); in next_flag_with_no_value()
68 assert_eq!(shorts.next_flag() in next_flag_with_no_value()
[all...]
/third_party/rust/crates/clap/clap_lex/src/
H A Dlib.rs83 //! while let Some(short) = shorts.next_flag() {
443 pub fn next_flag(&mut self) -> Option<Result<char, &'s RawOsStr>> { in display() functions
477 self.next_flag() in next()
/third_party/f2fs-tools/lib/
H A Dlibf2fs.c1385 goto next_flag;
1390 next_flag:

Completed in 4 milliseconds