Searched refs:get_occurrences (Results 1 – 5 of 5) sorted by relevance
337 ma.get_occurrences() in validate_arg_num_occurs()341 if ma.get_occurrences() > 1 && !a.is_multiple_occurrences_set() && !a.is_positional() { in validate_arg_num_occurs()356 let occurs = ma.get_occurrences() as usize; in validate_arg_num_occurs()
645 let get_occurrences = quote_spanned!(span=> remove_occurrences::<#convert_type>); in gen_parsers() localVariable694 #arg_matches.#get_occurrences(#id) in gen_parsers()700 #arg_matches.#get_occurrences(#id) in gen_parsers()
81 pub(crate) fn get_occurrences(&self) -> u64 { in get_occurrences() method
747 .map_or(0, |a| a.get_occurrences()) in occurrences_of()
249 pub fn get_occurrences<T: Any + Clone + Send + Sync + 'static>( in get_occurrences() method