Searched refs:pos_counter (Results 1 – 2 of 2) sorted by relevance
63 let mut pos_counter = 1; in get_matches_with() localVariable137 pos_counter, in get_matches_with()209 pos_counter, in get_matches_with()312 pos_counter = { in get_matches_with()313 let is_second_to_last = pos_counter + 1 == positional_count; in get_matches_with()333 pos_counter in get_matches_with()345 .find(|a| a.get_index() == Some(pos_counter)) in get_matches_with()365 pos_counter + 1 in get_matches_with()367 pos_counter in get_matches_with()377 pos_counter in get_matches_with()[all …]
3861 let mut pos_counter = 1; in _build_self() localVariable3881 a.index = Some(pos_counter); in _build_self()3882 pos_counter += 1; in _build_self()