Home
last modified time | relevance | path

Searched defs:try_from_str (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/strum_macros/src/macros/strings/
Dfrom_string.rs138 let try_from_str = try_from_str( in from_string_inner() localVariable
153 fn try_from_str( in try_from_str() function
164 fn try_from_str( in try_from_str() function
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/strum_macros-0.25.3/src/macros/strings/
H A Dfrom_string.rs138 let try_from_str = try_from_str( in from_string_inner() localVariable
153 fn try_from_str( in try_from_str() function
164 fn try_from_str( in try_from_str() function
/aosp_15_r20/external/rust/beto-rust/common/pourover_macro/src/
Dtype_parser.rs62 pub fn try_from_str(s: &'a str) -> Option<Self> { in try_from_str() method
262 pub fn try_from_str(s: &'a str) -> Option<Self> { in try_from_str() method
314 pub fn try_from_str(s: &'a str) -> Option<Self> { in try_from_str() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/fend-core-1.4.6/src/value/
H A Dbuilt_in_function.rs112 fn try_from_str(s: &str) -> FResult<Self> { in try_from_str() method
/aosp_15_r20/development/tools/external_crates/name_and_version/src/
H A Dname_and_version.rs67 pub fn try_from_str(name: &str, version: &str) -> Result<Self, semver::Error> { in try_from_str() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/prost-derive-0.12.4/src/field/
H A Dscalar.rs412 fn try_from_str(s: &str) -> Result<Self, Error> { in try_from_str() method