Home
last modified time | relevance | path

Searched refs:to_short (Results 1 - 6 of 6) sorted by relevance

/third_party/rust/crates/clap/clap_lex/tests/
H A Dshorts.rs7 let shorts = next.to_short().unwrap(); in iter()
19 let mut shorts = next.to_short().unwrap(); in next_flag()
38 let mut shorts = next.to_short().unwrap(); in next_value_os()
51 let mut shorts = next.to_short().unwrap(); in next_flag_with_value()
65 let mut shorts = next.to_short().unwrap(); in next_flag_with_no_value()
82 let mut shorts = next.to_short().unwrap(); in advance_by_nothing()
96 let mut shorts = next.to_short().unwrap(); in advance_by_something()
110 let mut shorts = next.to_short().unwrap(); in advance_by_out_of_bounds()
124 let shorts = next.to_short().unwrap(); in is_not_empty()
135 let mut shorts = next.to_short() in is_partial_not_empty()
[all...]
H A Dparsed.rs78 assert!(next.to_short().is_none()); in to_short_stdio()
90 assert!(next.to_short().is_none()); in to_short_escape()
102 assert!(next.to_short().is_none()); in to_short_long()
106 fn to_short() { in to_short() functions
114 let shorts = next.to_short().unwrap(); in to_short()
/third_party/lame/misc/
H A Dabx.c1119 short to_short ( int x ) in to_short() function
1146 p[i][0] = to_short ( p[i][0] - diff1); in DC_cancel()
1147 p[i][1] = to_short ( p[i][1] - diff2); in DC_cancel()
1161 p[i][0] = to_short ( p[i][0] * fact ); in multiply()
1162 p[i][1] = to_short ( p[i][1] * fact ); in multiply()
/third_party/rust/crates/clap/clap_lex/src/
H A Dlib.rs82 //! } else if let Some(mut shorts) = arg.to_short() {
352 pub fn to_short(&self) -> Option<ShortFlags<'_>> { in to_short() functions
/third_party/rust/crates/clap/clap_complete/src/
H A Ddynamic.rs342 } else if let Some(_short) = arg.to_short() { in complete()
/third_party/rust/crates/clap/src/parser/
H A Dparser.rs199 } else if let Some(short_arg) = arg_os.to_short() {

Completed in 6 milliseconds