Home
last modified time | relevance | path

Searched refs:ALLOW_NEG_NUMS (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/clap/src/builder/
Dapp_settings.rs86 const ALLOW_NEG_NUMS = 1 << 25; constant
121 => Flags::ALLOW_NEG_NUMS,
Darg_settings.rs57 const ALLOW_NEG_NUMS = 1 << 6; constant
84 AllowNegativeNumbers => Flags::ALLOW_NEG_NUMS,