Searched refs:IsSetEmpty (Results 1 – 4 of 4) sorted by relevance
262 EXPECT_TRUE(work_queue_sets_->IsSetEmpty(set)); in TEST_F()266 EXPECT_TRUE(work_queue_sets_->IsSetEmpty(set)); in TEST_F()271 EXPECT_TRUE(work_queue_sets_->IsSetEmpty(set)); in TEST_F()276 EXPECT_FALSE(work_queue_sets_->IsSetEmpty(set)); in TEST_F()280 EXPECT_TRUE(work_queue_sets_->IsSetEmpty(set)); in TEST_F()
382 if (!prioritizing_selector_.delayed_work_queue_sets()->IsSetEmpty( in AllEnabledWorkQueuesAreEmpty()384 !prioritizing_selector_.immediate_work_queue_sets()->IsSetEmpty( in AllEnabledWorkQueuesAreEmpty()399 return !prioritizing_selector_.delayed_work_queue_sets()->IsSetEmpty( in HasTasksWithPriority()401 !prioritizing_selector_.immediate_work_queue_sets()->IsSetEmpty( in HasTasksWithPriority()
66 bool IsSetEmpty(size_t set_index) const;
138 bool WorkQueueSets::IsSetEmpty(size_t set_index) const { in IsSetEmpty() function in base::sequence_manager::internal::WorkQueueSets