Lines Matching defs:pairs

514         let mut pairs = all_pairs_full();  in test_clear()  localVariable
524 let mut pairs = all_pairs_full(); in test_get_some() localVariable
535 let mut pairs = one_pair_full(); in test_get_some_one_pair() localVariable
543 let mut pairs = all_pairs_full(); in test_get_none_full() localVariable
553 let mut pairs = one_pair_full(); in test_get_none() localVariable
563 let mut pairs = all_pairs_empty(); in test_get_none_empty() localVariable
572 let mut pairs = all_pairs_full(); in test_range_full_unbounded() localVariable
639 let mut pairs = all_pairs_full(); in test_range_full_exclude_left() localVariable
663 let mut pairs = all_pairs_full(); in test_range_full_include_right() localVariable
710 let mut pairs = all_pairs_full(); in test_range_full() localVariable
813 let mut pairs = one_pair_full(); in test_range_one_pair() localVariable
845 let mut pairs = all_pairs_empty(); in test_range_empty() localVariable
859 let mut pairs = all_pairs_full(); in test_get_mut_some() localVariable
871 let mut pairs = one_pair_full(); in test_get_mut_none() localVariable
878 let mut pairs = all_pairs_empty(); in test_insert_empty() localVariable
891 let mut pairs = all_pairs_empty(); in test_insert_replace() localVariable
902 let mut pairs = all_pairs_full(); in test_insert_full() localVariable
911 let mut pairs = one_pair_full(); in test_insert_one() localVariable
919 let mut pairs = one_pair_full(); in test_insert_shift() localVariable
935 let mut pairs = one_pair_full(); in test_remove_nonexistent() localVariable
943 let mut pairs = all_pairs_full(); in test_remove_one() localVariable
952 let mut pairs = all_pairs_empty(); in test_iter_none() localVariable
961 let mut pairs = one_pair_full(); in test_iter_one() localVariable
972 let mut pairs = all_pairs_full(); in test_iter_full() localVariable
985 let mut pairs = all_pairs_full(); in test_iter_mut_full() localVariable