Home
last modified time | relevance | path

Searched defs:IsEmpty (Results 1 – 21 of 21) sorted by relevance

/openthread-latest/src/core/common/
Doffset_range.hpp129 bool IsEmpty(void) const { return (mLength == 0); } in IsEmpty() function in ot::OffsetRange
Dnotifier.hpp175 bool IsEmpty(void) const { return (mEventFlags == 0); } in IsEmpty() function in ot::Events
Darray.hpp181 bool IsEmpty(void) const { return (mLength == 0); } in IsEmpty() function in ot::Array
Dlinked_list.hpp156 bool IsEmpty(void) const { return (mHead == nullptr); } in IsEmpty() function in ot::LinkedList
/openthread-latest/src/core/mac/
Dchannel_mask.hpp130 bool IsEmpty(void) const { return (mMask == 0); } in IsEmpty() function in ot::Mac::ChannelMask
Dmac_types.hpp719 bool IsEmpty(void) const { return (mBitMask == 0); } in IsEmpty() function in ot::Mac::RadioTypes
Dmac_frame.hpp164 bool IsEmpty(void) const { return (mLength == 0); } in IsEmpty() function in ot::Mac::Frame
/openthread-latest/src/core/meshcop/
Dmeshcop.hpp169 bool IsEmpty(void) const { return mLength == 0; } in IsEmpty() function in ot::MeshCoP::JoinerDiscerner
330 bool IsEmpty(void) const { return DoesAllMatch(0); } in IsEmpty() function in ot::MeshCoP::SteeringData
/openthread-latest/src/core/net/
Ddnssd.hpp186 bool IsEmpty(void) const { return (mStart == mEnd); } in IsEmpty() function
Ddns_dso.hpp719 bool IsEmpty(void) const { return mRequests.IsEmpty(); } in IsEmpty() function in ot::Dns::Dso::Connection::PendingRequests
Dmdns.cpp478 bool Core::RecordCounts::IsEmpty(void) const in IsEmpty() function in ot::Dns::Multicast::Core::RecordCounts
1377 bool Core::HostEntry::IsEmpty(void) const { return !mAddrRecord.IsPresent() && !mKeyRecord.IsPresen… in IsEmpty() function in ot::Dns::Multicast::Core::HostEntry
1787 bool Core::ServiceEntry::IsEmpty(void) const { return !mPtrRecord.IsPresent() && !mKeyRecord.IsPres… in IsEmpty() function in ot::Dns::Multicast::Core::ServiceEntry
Ddns_types.hpp582 bool IsEmpty(void) const { return (mString == nullptr) && (mMessage == nullptr); } in IsEmpty() function in ot::Dns::Name
Dmdns.hpp829 bool IsEmpty(void) const { return (mCallback == nullptr); } in IsEmpty() function in ot::Dns::Multicast::Core::Callback
/openthread-latest/src/ncp/
Dchanged_props_set.hpp89 bool IsEmpty(void) const { return (mChangedSet == 0); } in IsEmpty() function in ot::Ncp::ChangedPropsSet
Dncp_hdlc.cpp352 bool NcpHdlc::BufferEncrypterReader::IsEmpty(void) const { return mTxFrameBuffer.IsEmpty() && !mOut… in IsEmpty() function in ot::Ncp::NcpHdlc::BufferEncrypterReader
/openthread-latest/src/lib/spinel/
Dmulti_frame_buffer.hpp154 bool IsEmpty(void) const { return (mWritePointer == mBuffer); } in IsEmpty() function in ot::Spinel::FrameBuffer
Dspinel_buffer.cpp544 bool Buffer::IsEmpty(void) const { return !HasFrame(kPriorityHigh) && !HasFrame(kPriorityLow); } in IsEmpty() function in ot::Spinel::Buffer
/openthread-latest/src/core/utils/
Dparse_cmdline.hpp321 bool IsEmpty(void) const { return (mString == nullptr); } in IsEmpty() function in ot::Utils::CmdLineParser::Arg
/openthread-latest/src/core/thread/
Dmle_types.hpp507 bool IsEmpty(void) const { return mArray.GetLength() == 0; } in IsEmpty() function in ot::Mle::RxChallenge
/openthread-latest/src/core/border_router/
Drouting_manager.hpp1126 bool IsEmpty(void) const { return (mPrefix.GetLength() == 0); } in IsEmpty() function in ot::BorderRouter::RoutingManager::OmrPrefix
1528 bool IsEmpty(void) const { return (GetPrefix().GetLength() == 0); } in IsEmpty() function in ot::BorderRouter::RoutingManager::PdPrefixManager::PrefixEntry
/openthread-latest/src/core/coap/
Dcoap_message.hpp687 bool IsEmpty(void) const { return (GetCode() == kCodeEmpty); } in IsEmpty() function in ot::Coap::Message