Home
last modified time | relevance | path

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

1234

/external/rust/crates/semver/src/
Dparse.rs28 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/crosvm/src/crosvm/sys/windows/
Dconfig.rs59 fn from_str(s: &str) -> Result<Self, Self::Err> { in from_str() method
85 fn from_str(s: &str) -> Result<Self, Self::Err> { in from_str() method
/external/rust/crates/clap/3.2.23/src/builder/
Dregex.rs61 fn from_str(s: &str) -> Result<Self, Self::Err> { in from_str() method
84 fn from_str() { in from_str() function
Dvalue_hint.rs77 fn from_str(s: &str) -> Result<Self, <Self as FromStr>::Err> { in from_str() method
/external/rust/crates/der_derive/src/
Dtag.rs83 fn from_str(s: &str) -> Result<Self, ParseError> { in from_str() method
157 fn from_str(s: &str) -> Result<Self, ParseError> { in from_str() method
Dasn1_type.rs105 fn from_str(s: &str) -> Result<Self, ParseError> { in from_str() method
/external/rust/crates/jni/src/wrapper/
Dsignature.rs54 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/der/src/tag/
Dmode.rs29 fn from_str(s: &str) -> Result<Self> { in from_str() method
/external/rust/crates/clap/3.2.23/examples/tutorial_builder/
D04_01_enum.rs35 fn from_str(s: &str) -> Result<Self, Self::Err> { in from_str() method
/external/rust/crates/clap/examples/tutorial_builder/
D04_01_enum.rs35 fn from_str(s: &str) -> Result<Self, Self::Err> { in from_str() method
/external/crosvm/libcras_stub/src/
Dlibcras.rs80 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/clap/src/builder/
Dvalue_hint.rs77 fn from_str(s: &str) -> Result<Self, <Self as FromStr>::Err> { in from_str() method
/external/rust/crates/clap/src/util/
Dcolor.rs79 fn from_str(s: &str) -> Result<Self, Self::Err> { in from_str() method
/external/tensorflow/tensorflow/python/keras/utils/
Dmetrics_utils.py241 def from_str(key): member in AUCCurve
269 def from_str(key): member in AUCSummationMethod
/external/rust/crates/base64/examples/
Dbase64.rs24 fn from_str(s: &str) -> Result<Self, String> { in from_str() method
/external/rust/crates/itertools/examples/
Diris.rs37 fn from_str(s: &str) -> Result<Self, Self::Err> { in from_str() method
/external/rust/crates/codespan-reporting/src/
Dterm.rs64 fn from_str(src: &str) -> Result<ColorArg, &'static str> { in from_str() method
/external/rust/crates/serde_derive/src/internals/
Dcase.rs50 pub fn from_str(rename_all_str: &str) -> Result<Self, ParseError> { in from_str() method
/external/rust/crates/macaddr/src/
Daddr.rs84 fn from_str(s: &str) -> Result<Self, Self::Err> { in from_str() method
/external/crosvm/tools/audio_streams_conformance_test/src/
Dargs.rs33 fn from_str(s: &str) -> ::std::result::Result<StreamSourceEnum, Self::Err> { in from_str() method
/external/rust/crates/clap/examples/
Dtyped-derive.rs86 fn from_str(s: &str) -> Result<Self, Self::Err> { in from_str() method
/external/rust/cxx/syntax/
Datom.rs30 pub fn from_str(s: &str) -> Option<Self> { in from_str() method
/external/rust/crates/const-oid/tests/
Dlib.rs73 fn from_str() { in from_str() function
/external/rust/crates/der/src/
Ddatetime.rs263 fn from_str(s: &str) -> Result<Self> { in from_str() method
406 fn from_str() { in from_str() function
/external/rust/crates/xml-rs/src/reader/
Dmod.rs126 pub fn from_str(source: &'r str) -> EventReader<&'r [u8]> { in from_str() method

1234