Home
last modified time | relevance | path

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

12345678910>>...12

/external/executorch/extension/pytree/
D__init__.py28 from_str as from_str, unknown
52 from_str = treespec_loads variable
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/semver-1.0.23/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/android-crates-io/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/cronet/tot/third_party/rust/chromium_crates_io/vendor/semver-1.0.23/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/android-crates-io/extra_versions/crates/clap/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/android-crates-io/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
/external/rust/android-crates-io/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/android-crates-io/crates/der/src/tag/
Dmode.rs24 fn from_str(s: &str) -> Result<Self> { in from_str() method
/external/rust/android-crates-io/extra_versions/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/android-crates-io/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/android-crates-io/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/android-crates-io/crates/clap_builder/src/builder/
Dvalue_hint.rs72 fn from_str(s: &str) -> Result<Self, <Self as FromStr>::Err> { in from_str() method
/external/rust/android-crates-io/crates/ipnet/src/
Dparser.rs303 fn from_str(s: &str) -> Result<IpNet, AddrParseError> { in from_str() method
313 fn from_str(s: &str) -> Result<Ipv4Net, AddrParseError> { in from_str() method
323 fn from_str(s: &str) -> Result<Ipv6Net, AddrParseError> { in from_str() method
/external/rust/android-crates-io/crates/darling/examples/
Dshorthand_or_long_field.rs45 fn from_str(s: &str) -> darling::Result<MyDeriveInput> { in from_str() function
/external/rust/android-crates-io/crates/clap/examples/tutorial_builder/
D04_01_enum.rs35 fn from_str(s: &str) -> Result<Self, Self::Err> { in from_str() method
/external/rust/android-crates-io/extra_versions/crates/clap/examples/tutorial_builder/
D04_01_enum.rs35 fn from_str(s: &str) -> Result<Self, Self::Err> { in from_str() method
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.21/src/builder/
Dvalue_hint.rs75 fn from_str(s: &str) -> Result<Self, <Self as FromStr>::Err> { in from_str() method
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/clap-4.5.21/examples/tutorial_builder/
D04_01_enum.rs35 fn from_str(s: &str) -> Result<Self, Self::Err> { in from_str() method
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/clap-4.5.21/examples/tutorial_builder/
D04_01_enum.rs35 fn from_str(s: &str) -> Result<Self, Self::Err> { in from_str() method
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.21/src/builder/
Dvalue_hint.rs75 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/cronet/stable/third_party/rust/chromium_crates_io/vendor/bitflags-2.6.0/examples/
Dfmt.rs33 fn from_str(flags: &str) -> Result<Self, Self::Err> { in from_str() method

12345678910>>...12