/external/rust/crates/structopt/examples/ |
D | keyvalue.rs | 9 T: std::str::FromStr, in parse_key_val() argument 11 U: std::str::FromStr, in parse_key_val() argument
|
/external/rust/crates/nom/tests/ |
D | float.rs | 7 use std::str::FromStr; 18 FromStr::from_str
|
D | arithmetic.rs | 17 use std::str::FromStr; 38 map_res(delimited(space, digit, space), FromStr::from_str), in factor()
|
D | named_args.rs | 14 use std::str::FromStr; 60 FromStr::from_str
|
D | arithmetic_ast.rs | 6 use std::str::FromStr; 80 FromStr::from_str in factor()
|
/external/rust/crates/clap/src/completions/ |
D | shell.rs | 4 use std::str::FromStr; 29 impl FromStr for Shell {
|
/external/rust/crates/macaddr/src/ |
D | addr.rs | 1 use core::{fmt, str::FromStr}; 81 impl FromStr for MacAddr {
|
D | addr8.rs | 1 use core::{fmt, str::FromStr}; 170 impl FromStr for MacAddr8 {
|
D | addr6.rs | 1 use core::{fmt, str::FromStr}; 170 impl FromStr for MacAddr6 {
|
/external/rust/crates/codespan-reporting/src/ |
D | term.rs | 3 use std::str::FromStr; 61 impl FromStr for ColorArg {
|
/external/rust/crates/clap/src/args/ |
D | settings.rs | 4 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/ |
D | tests.rs | 2 use std::str::FromStr; 5 use core::str::FromStr;
|
/external/rust/crates/itertools/examples/ |
D | iris.rs | 11 use std::str::FromStr; 34 impl FromStr for Iris {
|
/external/rust/crates/bindgen/src/ |
D | features.rs | 7 use std::str::FromStr; 36 impl FromStr for RustTarget {
|
/external/rust/crates/structopt-derive/src/ |
D | attrs.rs | 45 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/ |
D | settings.rs | 5 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/ |
D | file.rs | 19 use std::str::FromStr;
|
/external/rust/crates/ryu/ |
D | build.rs | 3 use std::str::{self, FromStr};
|
/external/rust/crates/serde_json/ |
D | build.rs | 3 use std::str::{self, FromStr};
|
/external/rust/crates/log/src/ |
D | serde.rs | 13 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/ |
D | FileCheckImpl.h | 183 StringRef FromStr; variable 191 : Context(Context), FromStr(VarName), InsertIdx(InsertIdx) {} in Substitution() 196 StringRef getFromString() const { return FromStr; } in getFromString()
|
/external/rust/crates/bitflags/ |
D | build.rs | 3 use std::str::{self, FromStr};
|
/external/rust/crates/syn/tests/ |
D | test_ident.rs | 2 use std::str::FromStr;
|
/external/rust/crates/once_cell/examples/ |
D | regex.rs | 1 use std::{str::FromStr, time::Instant};
|
/external/rust/crates/criterion/benches/benchmarks/ |
D | external_process.rs | 5 str::FromStr,
|