Searched defs:arg_pairs (Results 1 – 2 of 2) sorted by relevance
14 arg_pairs: Vec<(Type, Option<Type>)>, field29 let mut arg_pairs: Vec<(Type, Option<Type>)> = Vec::new(); in parse() localVariable
552 def group_args(arg_pairs): argument