Home
last modified time | relevance | path

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

/third_party/rust/crates/clap/src/builder/
Dcommand.rs92 disp_ord: Option<usize>, field
175 arg.disp_ord.get_or_insert(current); in arg_internal()
395 subcmd.disp_ord.get_or_insert(current); in subcommand_internal()
1866 pub fn next_display_order(mut self, disp_ord: impl IntoResettable<usize>) -> Self { in next_display_order()
1867 self.current_disp_ord = disp_ord.into_resettable().into_option(); in next_display_order()
2650 self.disp_ord = ord.into_resettable().into_option(); in display_order()
4558 self.disp_ord.unwrap_or(999) in get_display_order()
4646 disp_ord: Default::default(), in default()
Darg.rs73 pub(crate) disp_ord: Option<usize>, field
2166 self.disp_ord = ord.into_resettable().into_option(); in display_order()
4239 self.disp_ord.unwrap_or(999) in get_display_order()
4297 .field("disp_ord", &self.disp_ord) in fmt()