Home
last modified time | relevance | path

Searched defs:RawOsStr (Results 1 – 6 of 6) sorted by relevance

/third_party/rust/crates/clap/clap_lex/src/
Dlib.rs310 pub fn to_long(&self) -> Option<(Result<&str, &RawOsStr>, Option<&RawOsStr>)> { in to_long()
376 pub fn to_value_os(&self) -> &RawOsStr { in to_value_os()
383 pub fn to_value(&self) -> Result<&str, &RawOsStr> { in to_value()
404 fn new(inner: &'s RawOsStr, utf8: Option<&'s str>) -> Self { in new()
441 pub fn next_flag(&mut self) -> Option<Result<char, &'s RawOsStr>> { in next_flag()
455 pub fn next_value_os(&mut self) -> Option<&'s RawOsStr> { in next_value_os()
479 fn split_nonutf8_once(b: &RawOsStr) -> (&str, Option<&RawOsStr>) { in split_nonutf8_once()
/third_party/rust/crates/os_str_bytes/src/
Draw_str.rs66 unsafe impl TransmuteBox for RawOsStr {} implementation
106 pub struct RawOsStr([u8]); struct
108 impl RawOsStr { implementation
863 impl AsRef<Self> for RawOsStr { implementation
872 fn as_ref(&self) -> &RawOsStr { in as_ref()
879 fn as_ref(&self) -> &RawOsStr { in as_ref()
884 impl Default for &RawOsStr { implementation
905 impl ToOwned for RawOsStr { implementation
1177 pub fn into_box(self) -> Box<RawOsStr> { in into_box()
1311 fn as_ref(&self) -> &RawOsStr { in as_ref()
[all …]
Diter.rs33 pub(super) fn new(string: &'a RawOsStr, pat: P) -> Self { in new()
/third_party/rust/crates/os_str_bytes/tests/
Draw_debug.rs8 fn test(result: &str, string: &RawOsStr) { in test()
/third_party/rust/crates/clap/src/parser/
Dparser.rs551 arg: Result<&str, &RawOsStr>, in possible_subcommand()
726 long_arg: Result<&str, &RawOsStr>, in parse_long_arg()
727 long_value: Option<&RawOsStr>, in parse_long_arg()
995 attached_value: Option<&RawOsStr>, in parse_opt_value()
/third_party/rust/crates/clap/clap_complete/src/
Ddynamic.rs431 value: Result<&str, &clap_lex::RawOsStr>, in complete_arg_value()
488 value_os: &clap_lex::RawOsStr, in complete_path()