Home
last modified time | relevance | path

Searched defs:from_str (Results 26 - 45 of 45) sorted by relevance

12

/base/security/code_signature/services/key_enable/src/
H A Dcert_path_utils.rs58 fn from_str(s: &str) -> Result<u32, ()> { in from_str() functions
86 fn from_str(s: &str) -> Result<u32, ()> { in from_str() functions
/third_party/rust/crates/humantime/src/
H A Dwrapper.rs68 fn from_str(s: &str) -> Result<Duration, Self::Err> { in from_str() functions
98 fn from_str(s: &str) -> Result<Timestamp, Self::Err> { in from_str() functions
/third_party/rust/crates/clap/src/
H A Dderive.rs379 fn from_str(input: &str, ignore_case: bool) -> Result<Self, String> { in from_str() functions
/third_party/rust/crates/bindgen/bindgen/ir/
H A Dfunction.rs197 fn from_str(s: &str) -> Result<Self, Self::Err> { in from_str() functions
/third_party/rust/crates/log/src/kv/
H A Dkey.rs43 pub fn from_str(key: &'k str) -> Self { in from_str() functions
/third_party/rust/crates/glob/src/
H A Dlib.rs508 fn from_str(s: &str) -> Result<Self, PatternError> { in from_str() functions
/third_party/python/Tools/c-analyzer/c_parser/
H A Dinfo.py843 def from_str(cls, text): member in VarType
956 def from_str(cls, text): member in Signature
1171 def from_str(cl member in Member
[all...]
/third_party/rust/crates/proc-macro2/src/
H A Dwrapper.rs111 fn from_str(src: &str) -> Result<TokenStream, LexError> { in from_str() functions
903 fn from_str(repr: &str) -> Result<Self, Self::Err> { in from_str() functions
H A Dfallback.rs172 fn from_str(src: &str) -> Result<TokenStream, LexError> { in from_str() functions
1099 fn from_str(repr: &str) -> Result<Self, Self::Err> { in from_str() functions
H A Dlib.rs241 fn from_str(src: &str) -> Result<TokenStream, LexError> { in from_str() functions
1260 fn from_str(repr: &str) -> Result<Self, LexError> { in from_str() functions
/third_party/rust/crates/regex/src/
H A Dre_bytes.rs108 fn from_str(s: &str) -> Result<Regex, Error> { in from_str() functions
H A Dre_unicode.rs163 fn from_str(s: &str) -> Result<Regex, Error> { in from_str() functions
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dasn1.rs342 pub fn from_str(s: &str) -> Result<Asn1Time, ErrorStack> { in fmt() functions
686 pub fn from_str(txt: &str) -> Result<Asn1Object, ErrorStack> { in from_str() functions
[all...]
/third_party/rust/crates/os_str_bytes/src/
H A Draw_str.rs163 pub fn from_str(string: &str) -> &Self { in from_str() functions
[all...]
/third_party/rust/crates/nix/src/sys/
H A Dsignal.rs121 fn from_str(s: &str) -> Result<Signal> { in from_str() functions
/third_party/rust/crates/log/src/
H A Dlib.rs562 fn from_str(level: &str) -> Result<Level, Self::Err> { in from_str() functions
743 fn from_str(level: &str) -> Result<LevelFilter, Self::Err> { in from_str() functions
/third_party/rust/crates/termcolor/src/
H A Dlib.rs231 fn from_str(s: &str) -> Result<ColorChoice, ColorChoiceParseError> { in from_str() functions
2073 fn from_str(s: &str) -> Result<Color, ParseColorError> { in from_str() functions
/third_party/rust/crates/bindgen/bindgen/codegen/
H A Dmod.rs2668 fn from_str(s: &str) -> Result<Self, Self::Err> { in from_str() functions
3370 fn from_str(s: &str) -> Result<Self, Self::Err> { in from_str() functions
3417 fn from_str(s: &str) -> Result<Self, Self::Err> { in from_str() functions
3464 fn from_str(s: &str) -> Result<Self, Self::Err> { in from_str() functions
/third_party/rust/crates/nix/src/sys/socket/
H A Daddr.rs1367 fn from_str(s: &str) -> std::result::Result<Self, Self::Err> { in from_str() functions
1489 fn from_str(s: &str) -> std::result::Result<Self, Self::Err> { in from_str() functions
/third_party/rust/crates/memchr/bench/data/code/
H A Drust-library.rs16591 pub fn from_str(_: &str) -> String { in from_str() functions
18399 fn from_str(s: &str) -> Result<String, Self::Err> { in from_str() functions
[all...]

Completed in 78 milliseconds

12