Home
last modified time | relevance | path

Searched defs:from_str (Results 1 - 25 of 44) sorted by relevance

12

/third_party/rust/crates/clap/src/builder/
H A Dvalue_hint.rs77 fn from_str(s: &str) -> Result<Self, <Self as FromStr>::Err> { in from_str() functions
/third_party/rust/crates/cxx/gen/cmd/src/syntax/
H A Datom.rs30 pub fn from_str(s: &str) -> Option<Self> { in from_str() functions
H A Ddiscriminant.rs228 fn from_str(mut s: &str) -> Result<Self> { in from_str() functions
/third_party/rust/crates/cxx/syntax/
H A Datom.rs30 pub fn from_str(s: &str) -> Option<Self> { in from_str() functions
H A Ddiscriminant.rs228 fn from_str(mut s: &str) -> Result<Self> { in from_str() functions
/third_party/rust/crates/cxx/macro/src/syntax/
H A Datom.rs30 pub fn from_str(s: &str) -> Option<Self> { in from_str() functions
H A Ddiscriminant.rs228 fn from_str(mut s: &str) -> Result<Self> { in from_str() functions
/third_party/rust/crates/cxx/gen/lib/src/syntax/
H A Datom.rs30 pub fn from_str(s: &str) -> Option<Self> { in from_str() functions
H A Ddiscriminant.rs228 fn from_str(mut s: &str) -> Result<Self> { in from_str() functions
/third_party/rust/crates/cxx/gen/build/src/syntax/
H A Datom.rs30 pub fn from_str(s: &str) -> Option<Self> { in from_str() functions
H A Ddiscriminant.rs228 fn from_str(mut s: &str) -> Result<Self> { in from_str() functions
/third_party/rust/crates/serde/serde_derive_internals/src/
H A Dcase.rs45 pub fn from_str(rename_all_str: &str) -> Result<Self, ParseError> { in from_str() functions
/third_party/rust/crates/serde/serde_derive/src/internals/
H A Dcase.rs45 pub fn from_str(rename_all_str: &str) -> Result<Self, ParseError> { in from_str() functions
/third_party/rust/crates/codespan/codespan-reporting/src/
H A Dterm.rs64 fn from_str(src: &str) -> Result<ColorArg, &'static str> { in from_str() functions
/third_party/rust/crates/autocfg/src/
H A Derror.rs65 pub fn from_str(s: &'static str) -> Error { in from_str() functions
/third_party/rust/crates/clap/examples/tutorial_builder/
H A D04_01_enum.rs35 fn from_str(s: &str) -> Result<Self, Self::Err> { in fmt() functions
/third_party/rust/crates/clap/clap_derive/src/
H A Ddummies.rs85 fn from_str(_input: &str, _ignore_case: bool) -> ::std::result::Result<Self, String> { in value_enum() functions
/third_party/rust/crates/clap/examples/
H A Dtyped-derive.rs86 fn from_str(s: &str) -> Result<Self, Self::Err> { in from_str() functions
/third_party/rust/crates/clap/src/util/
H A Dcolor.rs79 fn from_str(s: &str) -> Result<Self, Self::Err> { in fmt() functions
/third_party/rust/crates/codespan/codespan/src/
H A Dspan.rs43 pub fn from_str(s: &str) -> Span { in from_str() functions
/third_party/rust/crates/clap/tests/derive/
H A Dflags.rs225 fn from_str(s: &str) -> Result<Self, Self::Err> { in ignore_qualified_bool_type() functions
H A Dissues.rs113 fn from_str(_: &str) -> Result<Self, Self::Err> { in issue_490() functions
H A Doptions.rs94 fn from_str(_: &str) -> Result<A, Self::Err> { in option_from_str() functions
120 fn from_str(_: &str) -> Result<A, Self::Err> { in vec_from_str() functions
149 fn from_str(_: &str) -> Result<A, Self::Err> { in option_vec_from_str() functions
/third_party/rust/crates/clap/clap_complete/src/shells/
H A Dshell.rs39 fn from_str(s: &str) -> Result<Self, Self::Err> { in fmt() functions
/third_party/rust/crates/bindgen/bindgen/
H A Dfeatures.rs45 fn from_str(s: &str) -> Result<Self, Self::Err> { in from_str() functions

Completed in 8 milliseconds

12