Home
last modified time | relevance | path

Searched refs:FromStr (Results 1 – 25 of 92) sorted by relevance

1234

/external/rust/crates/structopt/examples/
Dkeyvalue.rs9 T: std::str::FromStr, in parse_key_val() argument
11 U: std::str::FromStr, in parse_key_val() argument
/external/rust/crates/nom/tests/
Dfloat.rs7 use std::str::FromStr;
18 FromStr::from_str
Darithmetic.rs17 use std::str::FromStr;
38 map_res(delimited(space, digit, space), FromStr::from_str), in factor()
Dnamed_args.rs14 use std::str::FromStr;
60 FromStr::from_str
Darithmetic_ast.rs6 use std::str::FromStr;
80 FromStr::from_str in factor()
/external/rust/crates/clap/src/completions/
Dshell.rs4 use std::str::FromStr;
29 impl FromStr for Shell {
/external/rust/crates/macaddr/src/
Daddr.rs1 use core::{fmt, str::FromStr};
81 impl FromStr for MacAddr {
Daddr8.rs1 use core::{fmt, str::FromStr};
170 impl FromStr for MacAddr8 {
Daddr6.rs1 use core::{fmt, str::FromStr};
170 impl FromStr for MacAddr6 {
/external/rust/crates/codespan-reporting/src/
Dterm.rs3 use std::str::FromStr;
61 impl FromStr for ColorArg {
/external/rust/crates/clap/src/args/
Dsettings.rs4 use std::str::FromStr;
123 impl FromStr for ArgSettings {
125 fn from_str(s: &str) -> Result<Self, <Self as FromStr>::Err> { in from_str()
/external/rust/crates/macaddr/src/parser/
Dtests.rs2 use std::str::FromStr;
5 use core::str::FromStr;
/external/rust/crates/itertools/examples/
Diris.rs11 use std::str::FromStr;
34 impl FromStr for Iris {
/external/rust/crates/bindgen/src/
Dfeatures.rs7 use std::str::FromStr;
36 impl FromStr for RustTarget {
/external/rust/crates/structopt-derive/src/
Dattrs.rs45 FromStr, enumerator
138 let func = quote_spanned!(span=> ::std::str::FromStr::from_str); in default_spanned()
146 "from_str" => FromStr, in from_spec()
157 FromStr | FromOsStr => { in from_spec()
160 TryFromStr => quote_spanned!(spec.kind.span()=> ::std::str::FromStr::from_str), in from_spec()
/external/rust/crates/clap/src/app/
Dsettings.rs5 use std::str::FromStr;
1000 impl FromStr for AppSettings {
1002 fn from_str(s: &str) -> Result<Self, <Self as FromStr>::Err> { in from_str()
/external/rust/crates/syn/benches/
Dfile.rs19 use std::str::FromStr;
/external/rust/crates/ryu/
Dbuild.rs3 use std::str::{self, FromStr};
/external/rust/crates/serde_json/
Dbuild.rs3 use std::str::{self, FromStr};
/external/rust/crates/log/src/
Dserde.rs13 use std::str::{self, FromStr};
51 FromStr::from_str(s).map_err(|_| Error::unknown_variant(s, &LOG_LEVEL_NAMES[1..])) in deserialize()
146 FromStr::from_str(s).map_err(|_| Error::unknown_variant(s, &LOG_LEVEL_NAMES)) in deserialize()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DFileCheckImpl.h183 StringRef FromStr; variable
191 : Context(Context), FromStr(VarName), InsertIdx(InsertIdx) {} in Substitution()
196 StringRef getFromString() const { return FromStr; } in getFromString()
/external/rust/crates/bitflags/
Dbuild.rs3 use std::str::{self, FromStr};
/external/rust/crates/syn/tests/
Dtest_ident.rs2 use std::str::FromStr;
/external/rust/crates/once_cell/examples/
Dregex.rs1 use std::{str::FromStr, time::Instant};
/external/rust/crates/criterion/benches/benchmarks/
Dexternal_process.rs5 str::FromStr,

1234