Home
last modified time | relevance | path

Searched refs:has_switch (Results 1 – 8 of 8) sorted by relevance

/external/rust/crates/clap/src/args/
Dany_arg.rs21 fn has_switch(&self) -> bool; in has_switch() method
74 fn has_switch(&self) -> bool { in has_switch() function
75 (*self).has_switch() in has_switch()
Darg_matcher.rs81 if !aa.has_switch() || aa.is_set(ArgSettings::Multiple) { in handle_self_overrides()
/external/rust/crates/clap/src/app/
Dhelp.rs291 } else if arg.has_switch() { in short()
301 if !arg.has_switch() { in long()
359 } else if arg.has_switch() { in val()
380 if arg.has_switch() { in val()
501 } else if arg.has_switch() { in help()
Dmod.rs1832 fn has_switch(&self) -> bool { in has_switch() method
/external/libchrome/base/i18n/
Drtl.cc59 static bool has_switch = base::CommandLine::ForCurrentProcess()->HasSwitch( in GetCharacterDirection() local
61 if (has_switch) { in GetCharacterDirection()
/external/rust/crates/clap/src/args/arg_builder/
Dflag.rs82 fn has_switch(&self) -> bool { in has_switch() method
Dpositional.rs162 fn has_switch(&self) -> bool { in has_switch() method
Doption.rs138 fn has_switch(&self) -> bool { in has_switch() method