Lines Matching refs:None

16     assert_eq!(bitmap.first_index(), None);  in test_empty_bitmap_32()
18 assert_eq!(bitmap.last_index(), None); in test_empty_bitmap_32()
20 assert_eq!(bitmap.next_index(0), None); in test_empty_bitmap_32()
22 assert_eq!(bitmap.prev_index(0), None); in test_empty_bitmap_32()
23 assert_eq!(bitmap.prev_false_index(0), None); in test_empty_bitmap_32()
30 assert_eq!(bitmap.first_false_index(), None); in test_empty_bitmap_32()
32 assert_eq!(bitmap.last_false_index(), None); in test_empty_bitmap_32()
34 assert_eq!(bitmap.next_false_index(0), None); in test_empty_bitmap_32()
35 assert_eq!(bitmap.prev_index(0), None); in test_empty_bitmap_32()
36 assert_eq!(bitmap.prev_false_index(0), None); in test_empty_bitmap_32()
46 assert_eq!(bitmap.first_index(), None); in test_empty_bitmap_64()
48 assert_eq!(bitmap.last_index(), None); in test_empty_bitmap_64()
50 assert_eq!(bitmap.next_index(0), None); in test_empty_bitmap_64()
52 assert_eq!(bitmap.prev_index(0), None); in test_empty_bitmap_64()
53 assert_eq!(bitmap.prev_false_index(0), None); in test_empty_bitmap_64()
60 assert_eq!(bitmap.first_false_index(), None); in test_empty_bitmap_64()
62 assert_eq!(bitmap.last_false_index(), None); in test_empty_bitmap_64()
64 assert_eq!(bitmap.next_false_index(0), None); in test_empty_bitmap_64()
65 assert_eq!(bitmap.prev_index(0), None); in test_empty_bitmap_64()
66 assert_eq!(bitmap.prev_false_index(0), None); in test_empty_bitmap_64()
82 assert_eq!(bitmap.next_index(0), None); in test_static_bitmap_32_first_1()
84 assert_eq!(bitmap.prev_index(0), None); in test_static_bitmap_32_first_1()
85 assert_eq!(bitmap.prev_false_index(0), None); in test_static_bitmap_32_first_1()
90 assert_eq!(bitmap.next_index(2), None); in test_static_bitmap_32_first_1()
102 assert_eq!(bitmap.next_false_index(0), None); in test_static_bitmap_32_first_1()
103 assert_eq!(bitmap.prev_index(0), None); in test_static_bitmap_32_first_1()
104 assert_eq!(bitmap.prev_false_index(0), None); in test_static_bitmap_32_first_1()
124 assert_eq!(bitmap.next_index(15), None); in test_static_bitmap_32_middle_1()
126 assert_eq!(bitmap.prev_index(15), None); in test_static_bitmap_32_middle_1()
146 assert_eq!(bitmap.prev_false_index(15), None); in test_static_bitmap_32_middle_1()
166 assert_eq!(bitmap.next_index(31), None); in test_static_bitmap_32_last_1()
168 assert_eq!(bitmap.prev_index(31), None); in test_static_bitmap_32_last_1()
172 assert_eq!(bitmap.prev_index(2), None); in test_static_bitmap_32_last_1()
188 assert_eq!(bitmap.prev_false_index(31), None); in test_static_bitmap_32_last_1()
192 assert_eq!(bitmap.prev_false_index(2), None); in test_static_bitmap_32_last_1()
207 assert_eq!(bitmap.next_index(0), None); in test_static_bitmap_64_first_1()
209 assert_eq!(bitmap.prev_index(0), None); in test_static_bitmap_64_first_1()
210 assert_eq!(bitmap.prev_false_index(0), None); in test_static_bitmap_64_first_1()
215 assert_eq!(bitmap.next_index(2), None); in test_static_bitmap_64_first_1()
227 assert_eq!(bitmap.next_false_index(0), None); in test_static_bitmap_64_first_1()
228 assert_eq!(bitmap.prev_index(0), None); in test_static_bitmap_64_first_1()
229 assert_eq!(bitmap.prev_false_index(0), None); in test_static_bitmap_64_first_1()
249 assert_eq!(bitmap.next_index(15), None); in test_static_bitmap_64_middle_1()
251 assert_eq!(bitmap.prev_index(15), None); in test_static_bitmap_64_middle_1()
271 assert_eq!(bitmap.prev_false_index(15), None); in test_static_bitmap_64_middle_1()
291 assert_eq!(bitmap.next_index(63), None); in test_static_bitmap_64_last_1()
293 assert_eq!(bitmap.prev_index(63), None); in test_static_bitmap_64_last_1()
297 assert_eq!(bitmap.prev_index(2), None); in test_static_bitmap_64_last_1()
313 assert_eq!(bitmap.prev_false_index(63), None); in test_static_bitmap_64_last_1()
317 assert_eq!(bitmap.prev_false_index(2), None); in test_static_bitmap_64_last_1()
335 assert_eq!(bitmap.next_index(63), None); in test_static_bitmap_64_two_1_first()
377 assert_eq!(bitmap.next_index(63), None); in test_static_bitmap_64_two_1_middle()
400 assert_eq!(bitmap.prev_false_index(2), None); in test_static_bitmap_64_two_1_middle()
419 assert_eq!(bitmap.next_index(127), None); in test_static_bitmap_128_two_1_seperate_first()
461 assert_eq!(bitmap.next_index(64), None); in test_static_bitmap_128_two_1_nearby_middle()
467 assert_eq!(bitmap.prev_index(63), None); in test_static_bitmap_128_two_1_nearby_middle()
503 assert_eq!(bitmap.first_false_index(), None); in test_static_bitmap_full_32()
505 assert_eq!(bitmap.last_false_index(), None); in test_static_bitmap_full_32()
507 assert_eq!(bitmap.next_index(31), None); in test_static_bitmap_full_32()
508 assert_eq!(bitmap.next_false_index(0), None); in test_static_bitmap_full_32()
510 assert_eq!(bitmap.prev_false_index(31), None); in test_static_bitmap_full_32()
511 assert_eq!(bitmap.prev_index(0), None); in test_static_bitmap_full_32()
519 assert_eq!(bitmap.first_index(), None); in test_static_bitmap_full_32()
521 assert_eq!(bitmap.last_index(), None); in test_static_bitmap_full_32()
523 assert_eq!(bitmap.next_index(0), None); in test_static_bitmap_full_32()
525 assert_eq!(bitmap.prev_index(31), None); in test_static_bitmap_full_32()
527 assert_eq!(bitmap.prev_index(0), None); in test_static_bitmap_full_32()
541 assert_eq!(bitmap.first_false_index(), None); in test_static_bitmap_full_64()
543 assert_eq!(bitmap.last_false_index(), None); in test_static_bitmap_full_64()
545 assert_eq!(bitmap.next_index(63), None); in test_static_bitmap_full_64()
546 assert_eq!(bitmap.next_false_index(0), None); in test_static_bitmap_full_64()
548 assert_eq!(bitmap.prev_false_index(63), None); in test_static_bitmap_full_64()
549 assert_eq!(bitmap.prev_index(0), None); in test_static_bitmap_full_64()
557 assert_eq!(bitmap.first_index(), None); in test_static_bitmap_full_64()
559 assert_eq!(bitmap.last_index(), None); in test_static_bitmap_full_64()
561 assert_eq!(bitmap.next_index(0), None); in test_static_bitmap_full_64()
563 assert_eq!(bitmap.prev_index(63), None); in test_static_bitmap_full_64()
565 assert_eq!(bitmap.prev_index(0), None); in test_static_bitmap_full_64()
579 assert_eq!(bitmap.first_false_index(), None); in test_static_bitmap_full_100()
581 assert_eq!(bitmap.last_false_index(), None); in test_static_bitmap_full_100()
583 assert_eq!(bitmap.next_index(99), None); in test_static_bitmap_full_100()
584 assert_eq!(bitmap.next_false_index(0), None); in test_static_bitmap_full_100()
586 assert_eq!(bitmap.prev_false_index(99), None); in test_static_bitmap_full_100()
587 assert_eq!(bitmap.prev_index(0), None); in test_static_bitmap_full_100()
595 assert_eq!(bitmap.first_index(), None); in test_static_bitmap_full_100()
597 assert_eq!(bitmap.last_index(), None); in test_static_bitmap_full_100()
599 assert_eq!(bitmap.next_index(0), None); in test_static_bitmap_full_100()
601 assert_eq!(bitmap.prev_index(99), None); in test_static_bitmap_full_100()
603 assert_eq!(bitmap.prev_index(0), None); in test_static_bitmap_full_100()
617 assert_eq!(bitmap.first_false_index(), None); in test_static_bitmap_full_128()
619 assert_eq!(bitmap.last_false_index(), None); in test_static_bitmap_full_128()
621 assert_eq!(bitmap.next_index(127), None); in test_static_bitmap_full_128()
622 assert_eq!(bitmap.next_false_index(0), None); in test_static_bitmap_full_128()
624 assert_eq!(bitmap.prev_false_index(127), None); in test_static_bitmap_full_128()
625 assert_eq!(bitmap.prev_index(0), None); in test_static_bitmap_full_128()
633 assert_eq!(bitmap.first_index(), None); in test_static_bitmap_full_128()
635 assert_eq!(bitmap.last_index(), None); in test_static_bitmap_full_128()
637 assert_eq!(bitmap.next_index(0), None); in test_static_bitmap_full_128()
639 assert_eq!(bitmap.prev_index(127), None); in test_static_bitmap_full_128()
641 assert_eq!(bitmap.prev_index(0), None); in test_static_bitmap_full_128()