Home
last modified time | relevance | path

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

1234567

/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/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.rs84 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
Dasn1_type.rs105 fn from_str(s: &str) -> Result<Self, ParseError> { in from_str() method
/external/rust/crates/x509-cert/src/
Dname.rs49 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/
Dconfig.rs26 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/
Dmode.rs24 fn from_str(s: &str) -> Result<Self> { in from_str() method
/external/rust/crates/jni/0.20.0/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/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/winnow/examples/css/
Dparser.rs16 fn from_str(s: &str) -> Result<Self, Self::Err> { in from_str() method
/external/crosvm/src/crosvm/sys/windows/
Dconfig.rs53 fn from_str(s: &str) -> Result<Self, Self::Err> { in from_str() method
/external/rust/crates/darling/examples/
Dshorthand_or_long_field.rs45 fn from_str(s: &str) -> darling::Result<MyDeriveInput> { in from_str() function
/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/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/src/builder/
Dvalue_hint.rs77 fn from_str(s: &str) -> Result<Self, <Self as FromStr>::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/bitflags/examples/
Dfmt.rs33 fn from_str(flags: &str) -> Result<Self, Self::Err> { in from_str() method
Dmacro_free.rs44 fn from_str(input: &str) -> Result<Self, Self::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/config/src/path/
Dmod.rs19 fn from_str(s: &str) -> Result<Self> { in from_str() method
/external/rust/crates/ident_case/src/
Dlib.rs107 fn from_str(rename_all_str: &str) -> Result<Self, Self::Err> { in from_str() method
/external/rust/crates/bitflags/src/tests/
Dparser.rs67 mod from_str { module
/external/rust/crates/codespan-reporting/src/
Dterm.rs64 fn from_str(src: &str) -> Result<ColorArg, &'static str> { in from_str() method

1234567