Lines Matching refs:last_index

18     assert_eq!(bitmap.last_index(), None);  in test_empty_bitmap_32()
31 assert_eq!(bitmap.last_index(), Some(31)); in test_empty_bitmap_32()
48 assert_eq!(bitmap.last_index(), None); in test_empty_bitmap_64()
61 assert_eq!(bitmap.last_index(), Some(63)); in test_empty_bitmap_64()
80 assert_eq!(bitmap.last_index(), Some(0)); in test_alloc_bitmap_32_first_1()
99 assert_eq!(bitmap.last_index(), Some(31)); in test_alloc_bitmap_32_first_1()
121 assert_eq!(bitmap.last_index(), Some(15)); in test_alloc_bitmap_32_middle_1()
141 assert_eq!(bitmap.last_index(), Some(31)); in test_alloc_bitmap_32_middle_1()
163 assert_eq!(bitmap.last_index(), Some(31)); in test_alloc_bitmap_32_last_1()
183 assert_eq!(bitmap.last_index(), Some(30)); in test_alloc_bitmap_32_last_1()
205 assert_eq!(bitmap.last_index(), Some(0)); in test_alloc_bitmap_64_first_1()
224 assert_eq!(bitmap.last_index(), Some(63)); in test_alloc_bitmap_64_first_1()
246 assert_eq!(bitmap.last_index(), Some(15)); in test_alloc_bitmap_64_middle_1()
266 assert_eq!(bitmap.last_index(), Some(63)); in test_alloc_bitmap_64_middle_1()
288 assert_eq!(bitmap.last_index(), Some(63)); in test_alloc_bitmap_64_last_1()
308 assert_eq!(bitmap.last_index(), Some(62)); in test_alloc_bitmap_64_last_1()
332 assert_eq!(bitmap.last_index(), Some(63)); in test_alloc_bitmap_64_two_1_first()
348 assert_eq!(bitmap.last_index(), Some(62)); in test_alloc_bitmap_64_two_1_first()
373 assert_eq!(bitmap.last_index(), Some(63)); in test_alloc_bitmap_64_two_1_middle()
390 assert_eq!(bitmap.last_index(), Some(62)); in test_alloc_bitmap_64_two_1_middle()
416 assert_eq!(bitmap.last_index(), Some(127)); in test_alloc_bitmap_128_two_1_seperate_first()
433 assert_eq!(bitmap.last_index(), Some(126)); in test_alloc_bitmap_128_two_1_seperate_first()
457 assert_eq!(bitmap.last_index(), Some(64)); in test_alloc_bitmap_128_two_1_nearby_middle()
479 assert_eq!(bitmap.last_index(), Some(127)); in test_alloc_bitmap_128_two_1_nearby_middle()
504 assert_eq!(bitmap.last_index(), Some(31)); in test_alloc_bitmap_full_32()
521 assert_eq!(bitmap.last_index(), None); in test_alloc_bitmap_full_32()
542 assert_eq!(bitmap.last_index(), Some(63)); in test_alloc_bitmap_full_64()
559 assert_eq!(bitmap.last_index(), None); in test_alloc_bitmap_full_64()
580 assert_eq!(bitmap.last_index(), Some(99)); in test_alloc_bitmap_full_100()
597 assert_eq!(bitmap.last_index(), None); in test_alloc_bitmap_full_100()
618 assert_eq!(bitmap.last_index(), Some(127)); in test_alloc_bitmap_full_128()
635 assert_eq!(bitmap.last_index(), None); in test_alloc_bitmap_full_128()
664 assert_eq!(bitmap3.last_index(), Some(67)); in test_alloc_bitmap_bitand_128()
684 assert_eq!(bitmap.last_index(), Some(67)); in test_alloc_bitmap_bitand_assign_128()