Home
last modified time | relevance | path

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

/openthread-latest/src/core/common/
Doffset_range.hpp120 bool IsEmpty(void) const { return (mLength == 0); } in IsEmpty() function in ot::OffsetRange
Dbit_set.hpp112 bool IsEmpty(void) const in IsEmpty() function in ot::BitSet
Dnotifier.hpp165 bool IsEmpty(void) const { return (mEventFlags == 0); } in IsEmpty() function in ot::Events
Darray.hpp171 bool IsEmpty(void) const { return (mLength == 0); } in IsEmpty() function in ot::Array
Dlinked_list.hpp144 bool IsEmpty(void) const { return (mHead == nullptr); } in IsEmpty() function in ot::LinkedList
/openthread-latest/src/core/mac/
Dchannel_mask.hpp120 bool IsEmpty(void) const { return (mMask == 0); } in IsEmpty() function in ot::Mac::ChannelMask
Dmac_types.hpp671 bool IsEmpty(void) const { return (mBitMask == 0); } in IsEmpty() function in ot::Mac::RadioTypes
Dmac_frame.hpp156 bool IsEmpty(void) const { return (mLength == 0); } in IsEmpty() function in ot::Mac::Frame
/openthread-latest/src/core/meshcop/
Dmeshcop.hpp164 bool IsEmpty(void) const { return mLength == 0; } in IsEmpty() function in ot::MeshCoP::JoinerDiscerner
307 bool IsEmpty(void) const { return DoesAllMatch(0); } in IsEmpty() function in ot::MeshCoP::SteeringData
/openthread-latest/src/core/net/
Ddnssd.hpp177 bool IsEmpty(void) const { return (mStart == mEnd); } in IsEmpty() function
Ddns_dso.hpp674 bool IsEmpty(void) const { return mRequests.IsEmpty(); } in IsEmpty() function in ot::Dns::Dso::Connection::PendingRequests
Dmdns.cpp498 bool Core::RecordCounts::IsEmpty(void) const in IsEmpty() function in ot::Dns::Multicast::Core::RecordCounts
1492 bool Core::HostEntry::IsEmpty(void) const { return !mAddrRecord.IsPresent() && !mKeyRecord.IsPresen… in IsEmpty() function in ot::Dns::Multicast::Core::HostEntry
1915 bool Core::ServiceEntry::IsEmpty(void) const { return !mPtrRecord.IsPresent() && !mKeyRecord.IsPres… in IsEmpty() function in ot::Dns::Multicast::Core::ServiceEntry
Ddns_types.hpp524 bool IsEmpty(void) const { return (mString == nullptr) && (mMessage == nullptr); } in IsEmpty() function in ot::Dns::Name
Dmdns.hpp793 bool IsEmpty(void) const { return (mCallback == nullptr); } in IsEmpty() function in ot::Dns::Multicast::Core::Callback
/openthread-latest/src/ncp/
Dchanged_props_set.hpp84 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.hpp146 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.hpp303 bool IsEmpty(void) const { return (mString == nullptr); } in IsEmpty() function in ot::Utils::CmdLineParser::Arg
/openthread-latest/src/core/thread/
Dmle_types.hpp502 bool IsEmpty(void) const { return mArray.GetLength() == 0; } in IsEmpty() function in ot::Mle::RxChallenge
/openthread-latest/src/core/border_router/
Drouting_manager.hpp1084 bool IsEmpty(void) const { return (mPrefix.GetLength() == 0); } in IsEmpty() function in ot::BorderRouter::RoutingManager::OmrPrefix
1490 bool IsEmpty(void) const { return (GetPrefix().GetLength() == 0); } in IsEmpty() function in ot::BorderRouter::RoutingManager::PdPrefixManager::PrefixEntry
/openthread-latest/src/core/coap/
Dcoap_message.hpp637 bool IsEmpty(void) const { return (GetCode() == kCodeEmpty); } in IsEmpty() function in ot::Coap::Message