Searched defs:has_subcommand (Results 1 – 9 of 9) sorted by relevance
63 fn has_subcommand(name: &str) -> bool { in has_subcommand() method
64 fn has_subcommand(name: &str) -> bool { in has_subcommand() method
65 fn has_subcommand(name: &str) -> bool { in has_subcommand() method
277 fn has_subcommand(name: &str) -> bool; in has_subcommand() method381 fn has_subcommand(name: &str) -> bool { in has_subcommand() method
253 fn has_subcommand(name: &str) -> bool; in has_subcommand() method353 fn has_subcommand(name: &str) -> bool { in has_subcommand() method
447 fn has_subcommand(name: &str) -> bool; in has_subcommand() method569 fn has_subcommand(name: &str) -> bool { in has_subcommand() method
66 let has_subcommand = gen_has_subcommand(variants)?; in gen_for_enum() localVariable