Searched defs:isFull (Results 1 – 4 of 4) sorted by relevance
107 bool isFull() const { return Mass == std::numeric_limits<uint64_t>::max(); } in isFull() function
180 bool isFull() const { return MaxSize && Collection.size() >= *MaxSize; } isFull() function in __anonc429d1160111::SchedGroup