Searched refs:GetMaxSize (Results 1 – 6 of 6) sorted by relevance
241 uint16_t GetMaxSize(void) const { return kMaxSize; } in GetMaxSize() function in ot::Spinel::SpinelDriver::Array243 bool IsFull(void) const { return (mLength == GetMaxSize()); } in IsFull()
74 …VerifyOrDie(aIidListLength != 0 && aIidListLength <= mIidList.GetMaxSize(), OT_EXIT_INVALID_ARGUME… in Init()
179 bool IsFull(void) const { return (mLength == GetMaxSize()); } in IsFull()186 IndexType GetMaxSize(void) const { return static_cast<IndexType>(kMaxSize); } in GetMaxSize() function in ot::Array
59 VerifyOrQuit(array.GetMaxSize() == kMaxSize); in TestArray()
1657 … uint8_t randomIndex = Random::NonCrypto::GetUint8InRange(0, mLimitedQueryServers.GetMaxSize()); in RecordServerAsLimitedToSingleQuestion()
5519 offsetRange.ShrinkLength(aTlvList.GetMaxSize()); in ReadTlvRequestTlv()