| /external/rust/crates/semver/src/ |
| D | parse.rs | 28 fn from_str(text: &str) -> Result<Self, Self::Err> { in from_str() method 87 fn from_str(text: &str) -> Result<Self, Self::Err> { in from_str() method 116 fn from_str(text: &str) -> Result<Self, Self::Err> { in from_str() method 130 fn from_str(text: &str) -> Result<Self, Self::Err> { in from_str() method 142 fn from_str(text: &str) -> Result<Self, Self::Err> { in from_str() method
|
| /external/rust/crates/clap/3.2.23/src/builder/ |
| D | regex.rs | 61 fn from_str(s: &str) -> Result<Self, Self::Err> { in from_str() method 84 fn from_str() { in from_str() function
|
| D | value_hint.rs | 77 fn from_str(s: &str) -> Result<Self, <Self as FromStr>::Err> { in from_str() method
|
| /external/rust/crates/der_derive/src/ |
| D | tag.rs | 84 fn from_str(s: &str) -> Result<Self, ParseError> { in from_str() method 152 fn from_str(s: &str) -> Result<Self, ParseError> { in from_str() method
|
| D | asn1_type.rs | 105 fn from_str(s: &str) -> Result<Self, ParseError> { in from_str() method
|
| /external/rust/crates/x509-cert/src/ |
| D | name.rs | 49 fn from_str(s: &str) -> der::Result<Self> { in from_str() method 162 fn from_str(s: &str) -> der::Result<Self> { in from_str() method
|
| /external/crosvm/src/crosvm/plugin/ |
| D | config.rs | 26 fn from_str(value: &str) -> Result<Self, Self::Err> { in from_str() method 85 fn from_str(value: &str) -> Result<Self, Self::Err> { in from_str() method
|
| /external/rust/crates/der/src/tag/ |
| D | mode.rs | 24 fn from_str(s: &str) -> Result<Self> { in from_str() method
|
| /external/rust/crates/jni/0.20.0/src/wrapper/ |
| D | signature.rs | 54 fn from_str(s: &str) -> std::result::Result<Self, Self::Err> { in from_str() method 89 fn from_str(s: &str) -> std::result::Result<Self, Self::Err> { in from_str() method 121 pub fn from_str<S: AsRef<str>>(s: S) -> Result<TypeSignature> { in from_str() method
|
| /external/rust/crates/jni/src/wrapper/ |
| D | signature.rs | 54 fn from_str(s: &str) -> std::result::Result<Self, Self::Err> { in from_str() method 89 fn from_str(s: &str) -> std::result::Result<Self, Self::Err> { in from_str() method 121 pub fn from_str<S: AsRef<str>>(s: S) -> Result<TypeSignature> { in from_str() method
|
| /external/rust/crates/winnow/examples/css/ |
| D | parser.rs | 16 fn from_str(s: &str) -> Result<Self, Self::Err> { in from_str() method
|
| /external/crosvm/src/crosvm/sys/windows/ |
| D | config.rs | 53 fn from_str(s: &str) -> Result<Self, Self::Err> { in from_str() method
|
| /external/rust/crates/darling/examples/ |
| D | shorthand_or_long_field.rs | 45 fn from_str(s: &str) -> darling::Result<MyDeriveInput> { in from_str() function
|
| /external/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
|
| /external/rust/crates/clap/3.2.23/examples/tutorial_builder/ |
| D | 04_01_enum.rs | 35 fn from_str(s: &str) -> Result<Self, Self::Err> { in from_str() method
|
| /external/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
|
| /external/crosvm/libcras_stub/src/ |
| D | libcras.rs | 80 fn from_str(cras_type: &str) -> std::result::Result<Self, Self::Err> { in from_str() method 91 fn from_str(sock_type: &str) -> std::result::Result<Self, Self::Err> { in from_str() method
|
| /external/rust/crates/bitflags/examples/ |
| D | fmt.rs | 33 fn from_str(flags: &str) -> Result<Self, Self::Err> { in from_str() method
|
| D | macro_free.rs | 44 fn from_str(input: &str) -> Result<Self, Self::Err> { in from_str() method
|
| /external/rust/crates/clap/src/util/ |
| D | color.rs | 79 fn from_str(s: &str) -> Result<Self, Self::Err> { in from_str() method
|
| /external/tensorflow/tensorflow/python/keras/utils/ |
| D | metrics_utils.py | 241 def from_str(key): member in AUCCurve 269 def from_str(key): member in AUCSummationMethod
|
| /external/rust/crates/config/src/path/ |
| D | mod.rs | 19 fn from_str(s: &str) -> Result<Self> { in from_str() method
|
| /external/rust/crates/ident_case/src/ |
| D | lib.rs | 107 fn from_str(rename_all_str: &str) -> Result<Self, Self::Err> { in from_str() method
|
| /external/rust/crates/bitflags/src/tests/ |
| D | parser.rs | 67 mod from_str { module
|
| /external/rust/crates/codespan-reporting/src/ |
| D | term.rs | 64 fn from_str(src: &str) -> Result<ColorArg, &'static str> { in from_str() method
|