Searched defs:IsEmpty (Results 1 – 5 of 5) sorted by relevance
/commonlibrary/ets_utils/js_concurrent_module/taskpool/ | ||
D | task_queue.cpp | 37 bool TaskQueue::IsEmpty() const in IsEmpty() function in Commonlibrary::Concurrent::TaskPoolModule::TaskQueue |
/commonlibrary/ets_utils/js_concurrent_module/worker/ | ||
D | message_queue.cpp | 44 bool MessageQueue::IsEmpty() const in IsEmpty() function in Commonlibrary::Concurrent::WorkerModule::MessageQueue |
/commonlibrary/c_utils/base/include/ | ||
D | safe_block_queue.h | 94 bool IsEmpty() in IsEmpty() function |
D | safe_map.h | 58 bool IsEmpty() in IsEmpty() function |
D | sorted_vector.h | 53 inline bool IsEmpty() const { return vec_.empty(); } in IsEmpty() function |