Home
last modified time | relevance | path

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

/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/strum_macros-0.25.3/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
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/strum_macros-0.25.3/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
/external/rust/android-crates-io/crates/strum_macros/src/macros/strings/
Dfrom_string.rs184 let try_from_str = try_from_str( in from_string_inner() localVariable
199 fn try_from_str( in try_from_str() function
210 fn try_from_str( in try_from_str() function
/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
/external/rust/android-crates-io/crates/icu_locale_core/src/extensions/unicode/
Dattributes.rs62 pub fn try_from_str(s: &str) -> Result<Self, ParseError> { in try_from_str() method
Dsubdivision.rs110 pub fn try_from_str(s: &str) -> Result<Self, ParseError> { in try_from_str() method
Dmod.rs120 pub fn try_from_str(s: &str) -> Result<Self, ParseError> { in try_from_str() method
Dkeywords.rs101 pub fn try_from_str(s: &str) -> Result<Self, ParseError> { in try_from_str() method
Dvalue.rs56 pub fn try_from_str(s: &str) -> Result<Self, ParseError> { in try_from_str() method
/external/rust/android-crates-io/crates/icu_locale_core/src/extensions/transform/
Dvalue.rs52 pub fn try_from_str(s: &str) -> Result<Self, ParseError> { in try_from_str() method
Dmod.rs122 pub fn try_from_str(s: &str) -> Result<Self, ParseError> { in try_from_str() method
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/fend-core-1.5.5/src/value/
Dbuilt_in_function.rs114 fn try_from_str(s: &str) -> FResult<Self> { in try_from_str() method
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/fend-core-1.5.5/src/value/
Dbuilt_in_function.rs114 fn try_from_str(s: &str) -> FResult<Self> { in try_from_str() method
/external/rust/android-crates-io/crates/icu_locale_core/src/extensions/private/
Dmod.rs94 pub fn try_from_str(s: &str) -> Result<Self, ParseError> { in try_from_str() method
/external/rust/android-crates-io/crates/icu_locale_core/src/extensions/other/
Dmod.rs69 pub fn try_from_str(s: &str) -> Result<Self, ParseError> { in try_from_str() method
/external/rust/android-crates-io/crates/icu_locale_core/src/
Ddata.rs145 pub fn try_from_str(s: &str) -> Result<Self, ParseError> { in try_from_str() method
Dlocale.rs136 pub fn try_from_str(s: &str) -> Result<Self, ParseError> { in try_from_str() method
Dlangid.rs104 pub fn try_from_str(s: &str) -> Result<Self, ParseError> { in try_from_str() method
/external/rust/android-crates-io/crates/icu_provider/src/
Drequest.rs279 pub const fn try_from_str(s: &str) -> Result<&Self, AttributeParseError> { in try_from_str() method
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/prost-derive-0.13.3/src/field/
Dscalar.rs412 fn try_from_str(s: &str) -> Result<Self, Error> { in try_from_str() method
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/prost-derive-0.13.3/src/field/
Dscalar.rs412 fn try_from_str(s: &str) -> Result<Self, Error> { in try_from_str() method
/external/rust/android-crates-io/crates/icu_properties/src/
Dnames.rs727 fn try_from_str(s: &str) -> Option<Self> { in try_from_str() method
/external/rust/android-crates-io/crates/tinystr/src/
Dascii.rs21 pub const fn try_from_str(s: &str) -> Result<Self, ParseError> { in try_from_str() method