Lines Matching refs:index
11 index: usize,
108 .map(|k| &self.args[k.index])
150 fn index(&self, key: &KeyType) -> &Self::Output {
156 fn append_keys(keys: &mut Vec<Key>, arg: &Arg, index: usize) {
157 if let Some(pos_index) = arg.index {
159 keys.push(Key { key, index });
163 keys.push(Key { key, index });
167 keys.push(Key { key, index });
172 keys.push(Key { key, index });
176 keys.push(Key { key, index });