Home
last modified time | relevance | path

Searched defs:from_str (Results 1 – 25 of 33) sorted by relevance

12

/third_party/rust/crates/humantime/src/
Dwrapper.rs68 fn from_str(s: &str) -> Result<Duration, Self::Err> { in from_str() method
98 fn from_str(s: &str) -> Result<Timestamp, Self::Err> { in from_str() method
/third_party/rust/crates/clap/tests/derive/
Doptions.rs94 fn from_str(_: &str) -> Result<A, Self::Err> { in option_from_str() method
120 fn from_str(_: &str) -> Result<A, Self::Err> { in vec_from_str() method
149 fn from_str(_: &str) -> Result<A, Self::Err> { in option_vec_from_str() method
Dissues.rs113 fn from_str(_: &str) -> Result<Self, Self::Err> { in issue_490() method
Dflags.rs225 fn from_str(s: &str) -> Result<Self, Self::Err> { in ignore_qualified_bool_type() method
/third_party/rust/crates/clap/examples/tutorial_builder/
D04_01_enum.rs35 fn from_str(s: &str) -> Result<Self, Self::Err> { in from_str() method
/third_party/rust/crates/clap/src/builder/
Dvalue_hint.rs77 fn from_str(s: &str) -> Result<Self, <Self as FromStr>::Err> { in from_str() method
/third_party/rust/crates/clap/src/util/
Dcolor.rs79 fn from_str(s: &str) -> Result<Self, Self::Err> { in from_str() method
/third_party/rust/crates/autocfg/src/
Derror.rs65 pub fn from_str(s: &'static str) -> Error { in from_str() function
/third_party/rust/crates/codespan/codespan-reporting/src/
Dterm.rs64 fn from_str(src: &str) -> Result<ColorArg, &'static str> { in from_str() method
/third_party/rust/crates/clap/clap_complete/src/shells/
Dshell.rs39 fn from_str(s: &str) -> Result<Self, Self::Err> { in from_str() method
/third_party/rust/crates/serde/serde_derive/src/internals/
Dcase.rs45 pub fn from_str(rename_all_str: &str) -> Result<Self, ParseError> { in from_str() method
/third_party/rust/crates/clap/examples/
Dtyped-derive.rs86 fn from_str(s: &str) -> Result<Self, Self::Err> { in from_str() method
/third_party/rust/crates/cxx/syntax/
Datom.rs30 pub fn from_str(s: &str) -> Option<Self> { in from_str() method
Ddiscriminant.rs228 fn from_str(mut s: &str) -> Result<Self> { in from_str() method
/third_party/rust/crates/codespan/codespan/src/
Dspan.rs43 pub fn from_str(s: &str) -> Span { in from_str() method
/third_party/libsnd/
Dmake_lite.py170 def string_replace_in_file (filename, from_str, to_str): argument
/third_party/rust/crates/log/src/kv/
Dkey.rs43 pub fn from_str(key: &'k str) -> Self { in from_str() method
/third_party/rust/crates/nix/src/sys/
Dsignal.rs121 fn from_str(s: &str) -> Result<Signal> { in from_str() method
/third_party/rust/crates/clap/src/
Dderive.rs379 fn from_str(input: &str, ignore_case: bool) -> Result<Self, String> { in from_str() method
/third_party/rust/crates/proc-macro2/src/
Dwrapper.rs111 fn from_str(src: &str) -> Result<TokenStream, LexError> { in from_str() method
903 fn from_str(repr: &str) -> Result<Self, Self::Err> { in from_str() method
Dlib.rs241 fn from_str(src: &str) -> Result<TokenStream, LexError> { in from_str() method
1260 fn from_str(repr: &str) -> Result<Self, LexError> { in from_str() method
Dfallback.rs172 fn from_str(src: &str) -> Result<TokenStream, LexError> { in from_str() method
1099 fn from_str(repr: &str) -> Result<Self, Self::Err> { in from_str() method
/third_party/python/Tools/c-analyzer/c_parser/
Dinfo.py843 def from_str(cls, text): member in VarType
956 def from_str(cls, text): member in Signature
1171 def from_str(cls, text): member in Member
/third_party/rust/crates/rust-openssl/openssl/src/
Dasn1.rs342 pub fn from_str(s: &str) -> Result<Asn1Time, ErrorStack> { in from_str() method
686 pub fn from_str(txt: &str) -> Result<Asn1Object, ErrorStack> { in from_str() method
/third_party/rust/crates/bindgen/bindgen/ir/
Dfunction.rs197 fn from_str(s: &str) -> Result<Self, Self::Err> { in from_str() method

12