Home
last modified time | relevance | path

Searched refs:RawArgs (Results 1 - 8 of 8) sorted by relevance

/third_party/rust/crates/clap/clap_lex/tests/
H A Dparsed.rs5 let raw = clap_lex::RawArgs::new(["bin", "-"]); in to_long_stdio()
17 let raw = clap_lex::RawArgs::new(["bin", "--"]); in to_long_no_escape()
29 let raw = clap_lex::RawArgs::new(["bin", "--long"]); in to_long_no_value()
43 let raw = clap_lex::RawArgs::new(["bin", "--long="]); in to_long_with_empty_value()
57 let raw = clap_lex::RawArgs::new(["bin", "--long=hello"]); in to_long_with_value()
71 let raw = clap_lex::RawArgs::new(["bin", "-"]); in to_short_stdio()
83 let raw = clap_lex::RawArgs::new(["bin", "--"]); in to_short_escape()
95 let raw = clap_lex::RawArgs::new(["bin", "--long"]); in to_short_long()
107 let raw = clap_lex::RawArgs::new(["bin", "-short"]); in to_short()
121 let raw = clap_lex::RawArgs in is_negative_number()
[all...]
H A Dshorts.rs3 let raw = clap_lex::RawArgs::new(["bin", "-short"]); in iter()
15 let raw = clap_lex::RawArgs::new(["bin", "-short"]); in next_flag()
34 let raw = clap_lex::RawArgs::new(["bin", "-short"]); in next_value_os()
47 let raw = clap_lex::RawArgs::new(["bin", "-short"]); in next_flag_with_value()
61 let raw = clap_lex::RawArgs::new(["bin", "-short"]); in next_flag_with_no_value()
78 let raw = clap_lex::RawArgs::new(["bin", "-short"]); in advance_by_nothing()
92 let raw = clap_lex::RawArgs::new(["bin", "-short"]); in advance_by_something()
106 let raw = clap_lex::RawArgs::new(["bin", "-short"]); in advance_by_out_of_bounds()
120 let raw = clap_lex::RawArgs::new(["bin", "-hello"]); in is_not_empty()
131 let raw = clap_lex::RawArgs in is_partial_not_empty()
[all...]
H A Dlexer.rs3 let mut raw = clap_lex::RawArgs::new(["bin", "a", "b", "c"]); in insert()
/third_party/rust/crates/clap/clap_lex/src/
H A Dlib.rs57 //! let raw = clap_lex::RawArgs::new(raw);
122 pub struct RawArgs { structure names
126 impl RawArgs { impls
135 /// let raw = clap_lex::RawArgs::from_args();
152 /// let raw = clap_lex::RawArgs::new(["bin", "foo.txt"]);
170 /// let raw = clap_lex::RawArgs::new(["bin", "foo.txt"]);
209 /// let raw = clap_lex::RawArgs::new(["bin", "foo.txt"]);
233 /// Inject arguments before the [`RawArgs::next`]
251 impl<I, T> From<I> for RawArgs
263 /// Position within [`RawArgs`]
[all...]
/third_party/rust/crates/clap/clap_complete/src/
H A Ddynamic.rs300 let raw_args = clap_lex::RawArgs::new(args.into_iter()); in complete()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DAttributes.cpp1565 AttrBuilder &AttrBuilder::addAllocSizeAttrFromRawRepr(uint64_t RawArgs) { in addAllocSizeAttrFromRawRepr() argument
1567 assert(RawArgs && "Invalid allocsize arguments -- given allocsize(0, 0)"); in addAllocSizeAttrFromRawRepr()
1572 AllocSizeArgs = RawArgs; in addAllocSizeAttrFromRawRepr()
/third_party/rust/crates/clap/src/builder/
H A Dcommand.rs663 let mut raw_args = clap_lex::RawArgs::new(itr.into_iter()); in try_get_matches_from_mut()
3783 raw_args: &mut clap_lex::RawArgs, in _do_parse()
/third_party/rust/crates/clap/src/parser/
H A Dparser.rs54 raw_args: &mut clap_lex::RawArgs,
679 raw_args: &mut clap_lex::RawArgs, in parse_subcommand()

Completed in 12 milliseconds