Lines Matching refs:is_empty

25     assert_eq!(bitmap.is_empty(), true);  in test_empty_bitmap_32()
38 assert_eq!(bitmap.is_empty(), false); in test_empty_bitmap_32()
55 assert_eq!(bitmap.is_empty(), true); in test_empty_bitmap_64()
68 assert_eq!(bitmap.is_empty(), false); in test_empty_bitmap_64()
87 assert_eq!(bitmap.is_empty(), false); in test_alloc_bitmap_32_first_1()
106 assert_eq!(bitmap.is_empty(), false); in test_alloc_bitmap_32_first_1()
129 assert_eq!(bitmap.is_empty(), false); in test_alloc_bitmap_32_middle_1()
148 assert_eq!(bitmap.is_empty(), false); in test_alloc_bitmap_32_middle_1()
171 assert_eq!(bitmap.is_empty(), false); in test_alloc_bitmap_32_last_1()
190 assert_eq!(bitmap.is_empty(), false); in test_alloc_bitmap_32_last_1()
212 assert_eq!(bitmap.is_empty(), false); in test_alloc_bitmap_64_first_1()
231 assert_eq!(bitmap.is_empty(), false); in test_alloc_bitmap_64_first_1()
254 assert_eq!(bitmap.is_empty(), false); in test_alloc_bitmap_64_middle_1()
273 assert_eq!(bitmap.is_empty(), false); in test_alloc_bitmap_64_middle_1()
296 assert_eq!(bitmap.is_empty(), false); in test_alloc_bitmap_64_last_1()
315 assert_eq!(bitmap.is_empty(), false); in test_alloc_bitmap_64_last_1()
340 assert_eq!(bitmap.is_empty(), false); in test_alloc_bitmap_64_two_1_first()
355 assert_eq!(bitmap.is_empty(), false); in test_alloc_bitmap_64_two_1_first()
382 assert_eq!(bitmap.is_empty(), false); in test_alloc_bitmap_64_two_1_middle()
398 assert_eq!(bitmap.is_empty(), false); in test_alloc_bitmap_64_two_1_middle()
425 assert_eq!(bitmap.is_empty(), false); in test_alloc_bitmap_128_two_1_seperate_first()
440 assert_eq!(bitmap.is_empty(), false); in test_alloc_bitmap_128_two_1_seperate_first()
472 assert_eq!(bitmap.is_empty(), false); in test_alloc_bitmap_128_two_1_nearby_middle()
492 assert_eq!(bitmap.is_empty(), false); in test_alloc_bitmap_128_two_1_nearby_middle()
514 assert_eq!(bitmap.is_empty(), false); in test_alloc_bitmap_full_32()
530 assert_eq!(bitmap.is_empty(), true); in test_alloc_bitmap_full_32()
552 assert_eq!(bitmap.is_empty(), false); in test_alloc_bitmap_full_64()
568 assert_eq!(bitmap.is_empty(), true); in test_alloc_bitmap_full_64()
590 assert_eq!(bitmap.is_empty(), false); in test_alloc_bitmap_full_100()
606 assert_eq!(bitmap.is_empty(), true); in test_alloc_bitmap_full_100()
628 assert_eq!(bitmap.is_empty(), false); in test_alloc_bitmap_full_128()
644 assert_eq!(bitmap.is_empty(), true); in test_alloc_bitmap_full_128()