Searched refs:IsFull (Results 1 – 5 of 5) sorted by relevance
241 if (IsFull()) { in NewNode()313 inline bool IsFull() in IsFull() function325 return !IsFull() || usedList_ != nullptr; in HasUsagedNode()543 if (!(*storage)->IsFull()) { in NewGlobalHandleImplement()
389 if (is_iso_flag_ || (IsFull() && DayIsValid(data_[2]) && !MonthIsValid(data_[0]))) { in SetDayValue()394 if (IsFull()) { in SetDayValue()408 if (IsFull()) { in SetDayValue()
507 bool IsFull() const in IsFull() function
99 bool IsFull();
780 if (!IsFull()) { in PostFrame()815 if (!IsFull()) { in PostNapiFrame()865 bool SamplesQueue::IsFull() in IsFull() function in panda::ecmascript::SamplesQueue