| /third_party/rust/crates/humantime/src/ |
| D | wrapper.rs | 68 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/ |
| D | options.rs | 94 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
|
| D | issues.rs | 113 fn from_str(_: &str) -> Result<Self, Self::Err> { in issue_490() method
|
| D | flags.rs | 225 fn from_str(s: &str) -> Result<Self, Self::Err> { in ignore_qualified_bool_type() method
|
| /third_party/rust/crates/clap/examples/tutorial_builder/ |
| D | 04_01_enum.rs | 35 fn from_str(s: &str) -> Result<Self, Self::Err> { in from_str() method
|
| /third_party/rust/crates/clap/src/builder/ |
| D | value_hint.rs | 77 fn from_str(s: &str) -> Result<Self, <Self as FromStr>::Err> { in from_str() method
|
| /third_party/rust/crates/clap/src/util/ |
| D | color.rs | 79 fn from_str(s: &str) -> Result<Self, Self::Err> { in from_str() method
|
| /third_party/rust/crates/autocfg/src/ |
| D | error.rs | 65 pub fn from_str(s: &'static str) -> Error { in from_str() function
|
| /third_party/rust/crates/codespan/codespan-reporting/src/ |
| D | term.rs | 64 fn from_str(src: &str) -> Result<ColorArg, &'static str> { in from_str() method
|
| /third_party/rust/crates/tracing/examples/examples/ |
| D | futures-proxy-server.rs | 146 fn from_str(s: &str) -> Result<Self, Self::Err> { in from_str() method
|
| /third_party/rust/crates/serde/serde_derive/src/internals/ |
| D | case.rs | 50 pub fn from_str(rename_all_str: &str) -> Result<Self, ParseError> { in from_str() method
|
| /third_party/rust/crates/clap/clap_complete/src/shells/ |
| D | shell.rs | 39 fn from_str(s: &str) -> Result<Self, Self::Err> { in from_str() method
|
| /third_party/rust/crates/clap/examples/ |
| D | typed-derive.rs | 86 fn from_str(s: &str) -> Result<Self, Self::Err> { in from_str() method
|
| /third_party/rust/crates/cxx/syntax/ |
| D | atom.rs | 30 pub fn from_str(s: &str) -> Option<Self> { in from_str() method
|
| D | discriminant.rs | 228 fn from_str(mut s: &str) -> Result<Self> { in from_str() method
|
| /third_party/rust/crates/codespan/codespan/src/ |
| D | span.rs | 43 pub fn from_str(s: &str) -> Span { in from_str() method
|
| /third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
| D | gstglsl.c | 718 const gchar *from_str = NULL, *to_str = NULL; in _mangle_texture_access() local 768 const gchar *from_str = NULL, *to_str = NULL; in _mangle_sampler_type() local
|
| /third_party/libsnd/ |
| D | make_lite.py | 170 def string_replace_in_file (filename, from_str, to_str): argument
|
| /third_party/rust/crates/log/src/kv/ |
| D | key.rs | 43 pub fn from_str(key: &'k str) -> Self { in from_str() method
|
| /third_party/rust/crates/nix/src/sys/ |
| D | signal.rs | 121 fn from_str(s: &str) -> Result<Signal> { in from_str() method
|
| /third_party/rust/crates/rust-openssl/openssl/src/ |
| D | asn1.rs | 341 pub fn from_str(s: &str) -> Result<Asn1Time, ErrorStack> { in from_str() method 599 pub fn from_str(txt: &str) -> Result<Asn1Object, ErrorStack> { in from_str() method
|
| /third_party/rust/crates/clap/src/ |
| D | derive.rs | 379 fn from_str(input: &str, ignore_case: bool) -> Result<Self, String> { in from_str() method
|
| /third_party/rust/crates/tracing/tracing-subscriber/src/filter/ |
| D | targets.rs | 430 fn from_str(s: &str) -> Result<Self, Self::Err> { in from_str() method
|
| /third_party/rust/crates/tracing/tracing-core/src/ |
| D | metadata.rs | 555 fn from_str(s: &str) -> Result<Self, ParseLevelError> { in from_str() method 777 fn from_str(from: &str) -> Result<Self, Self::Err> { in from_str() method
|
| /third_party/rust/crates/proc-macro2/src/ |
| D | wrapper.rs | 107 fn from_str(src: &str) -> Result<TokenStream, LexError> { in from_str() method 950 fn from_str(repr: &str) -> Result<Self, Self::Err> { in from_str() method
|