Lines Matching refs:empty
566 … CHECK_FAST_MESSAGE((src_queue.empty() && src_queue.size() == 0), "not working move constructor?"); in TestConstructors()
605 CHECK((queue.empty() == (queue.size() <= 0))); in operator ()()
705 CHECK_FAST(!queue.empty()); in TestPushPop()
717 CHECK_FAST(!queue.empty()); in TestPushPop()
724 REQUIRE_MESSAGE(queue.empty(), "The queue should be empty"); in TestPushPop()
892 REQUIRE_MESSAGE(!queue_test.empty(), "queue must not be empty"); in TestExceptionBody()
898 REQUIRE_MESSAGE(queue_test.empty(), "queue must be empty"); in TestExceptionBody()
1129 if( queue.empty() ) return false; in pop()
1245 CHECK(q.empty()); in AssertEmptiness()
1352 CHECK(dst_queue2.empty()); in TestMoveConstructors()
1404 CHECK(cq.empty()); in TestEmplaceInQueue()
1415 CHECK(cq.empty()); in TestEmplaceInQueue()
1466 REQUIRE_MESSAGE(!q.empty(), "Incorrect test setup"); in TestQueueIteratorComparisonsBasic()
1623 CHECK(!container.empty()); in test_basics()
1633 CHECK(container.empty()); in test_basics()
1665 while (!default_container.empty()) { in test_with_minimalistic_objects()
1671 CHECK(default_container.empty()); in test_with_minimalistic_objects()
1700 CHECK(q3.empty()); in test_queue_helper()
1707 CHECK(q2.empty()); in test_queue_helper()
1816 REQUIRE_MESSAGE(src.empty(), "Source didn't clear"); in test_check_move_allocator()