Searched refs:IsFull (Results 1 – 8 of 8) sorted by relevance
179 bool IsFull(void) const { return (mLength == GetMaxSize()); } in IsFull() function in ot::Array298 …Error PushBack(const Type &aEntry) { return IsFull() ? kErrorNoBufs : (mElements[mLength++] = aEnt… in PushBack()308 Type *PushBack(void) { return IsFull() ? nullptr : &mElements[mLength++]; } in PushBack()
57 VerifyOrQuit(!array.IsFull()); in TestArray()88 VerifyOrQuit(array.IsFull() == (len == kMaxSize)); in TestArray()147 VerifyOrQuit(array.IsFull()); in TestArray()163 VerifyOrQuit(!array.IsFull()); in TestArray()
243 bool IsFull(void) const { return (mLength == GetMaxSize()); } in IsFull() function in ot::Spinel::SpinelDriver::Array247 return IsFull() ? OT_ERROR_NO_BUFS : (mElements[mLength++] = aEntry, OT_ERROR_NONE); in PushBack()
228 if (addresses.IsFull()) in SendMlr()245 if (addresses.IsFull()) in SendMlr()262 if (addresses.IsFull()) in SendMlr()
132 VerifyOrExit(!mRouters.IsFull()); in Allocate()
93 VerifyOrExit(!mCalibratedPowerTables[chIndex].IsFull(), error = kErrorNoBufs); in AddCalibratedPower()
1655 if (mLimitedQueryServers.IsFull()) in RecordServerAsLimitedToSingleQuestion()
2916 if (!mOldLocalPrefixes.IsFull()) in DeprecateOldPrefix()