Home
last modified time | relevance | path

Searched refs:IsEmpty (Results 1 – 4 of 4) sorted by relevance

/TaskScheduler/SchedulerTests/Tests/
H A DFoundationTests.cpp73 CHECK(stackArray.IsEmpty() == true); in SUITE()
76 CHECK(stackArray.IsEmpty() == false); in SUITE()
84 CHECK(stackArray.IsEmpty() == false); in SUITE()
163 CHECK(emptyArrayView.IsEmpty() == true); in SUITE()
169 CHECK(arrayView.IsEmpty() == false); in SUITE()
/TaskScheduler/Scheduler/Include/
H A DMTTaskQueue.h96 if (IsEmpty()) in Size()
174 if (IsEmpty()) in TryPopOldest()
191 if (IsEmpty()) in TryPopNewest()
206 inline bool IsEmpty() const in IsEmpty() function
H A DMTArrayView.h76 bool IsEmpty() const in IsEmpty() function
H A DMTStaticVector.h116 inline bool IsEmpty() const in IsEmpty() function