/openthread-latest/src/core/common/ |
D | offset_range.hpp | 120 bool IsEmpty(void) const { return (mLength == 0); } in IsEmpty() function in ot::OffsetRange
|
D | bit_set.hpp | 112 bool IsEmpty(void) const in IsEmpty() function in ot::BitSet
|
D | notifier.hpp | 165 bool IsEmpty(void) const { return (mEventFlags == 0); } in IsEmpty() function in ot::Events
|
D | array.hpp | 171 bool IsEmpty(void) const { return (mLength == 0); } in IsEmpty() function in ot::Array
|
D | linked_list.hpp | 144 bool IsEmpty(void) const { return (mHead == nullptr); } in IsEmpty() function in ot::LinkedList
|
/openthread-latest/src/core/mac/ |
D | channel_mask.hpp | 120 bool IsEmpty(void) const { return (mMask == 0); } in IsEmpty() function in ot::Mac::ChannelMask
|
D | mac_types.hpp | 671 bool IsEmpty(void) const { return (mBitMask == 0); } in IsEmpty() function in ot::Mac::RadioTypes
|
D | mac_frame.hpp | 156 bool IsEmpty(void) const { return (mLength == 0); } in IsEmpty() function in ot::Mac::Frame
|
/openthread-latest/src/core/meshcop/ |
D | meshcop.hpp | 164 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/ |
D | dnssd.hpp | 177 bool IsEmpty(void) const { return (mStart == mEnd); } in IsEmpty() function
|
D | dns_dso.hpp | 674 bool IsEmpty(void) const { return mRequests.IsEmpty(); } in IsEmpty() function in ot::Dns::Dso::Connection::PendingRequests
|
D | mdns.cpp | 498 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
|
D | dns_types.hpp | 524 bool IsEmpty(void) const { return (mString == nullptr) && (mMessage == nullptr); } in IsEmpty() function in ot::Dns::Name
|
D | mdns.hpp | 793 bool IsEmpty(void) const { return (mCallback == nullptr); } in IsEmpty() function in ot::Dns::Multicast::Core::Callback
|
/openthread-latest/src/ncp/ |
D | changed_props_set.hpp | 84 bool IsEmpty(void) const { return (mChangedSet == 0); } in IsEmpty() function in ot::Ncp::ChangedPropsSet
|
D | ncp_hdlc.cpp | 352 bool NcpHdlc::BufferEncrypterReader::IsEmpty(void) const { return mTxFrameBuffer.IsEmpty() && !mOut… in IsEmpty() function in ot::Ncp::NcpHdlc::BufferEncrypterReader
|
/openthread-latest/src/lib/spinel/ |
D | multi_frame_buffer.hpp | 146 bool IsEmpty(void) const { return (mWritePointer == mBuffer); } in IsEmpty() function in ot::Spinel::FrameBuffer
|
D | spinel_buffer.cpp | 544 bool Buffer::IsEmpty(void) const { return !HasFrame(kPriorityHigh) && !HasFrame(kPriorityLow); } in IsEmpty() function in ot::Spinel::Buffer
|
/openthread-latest/src/core/utils/ |
D | parse_cmdline.hpp | 303 bool IsEmpty(void) const { return (mString == nullptr); } in IsEmpty() function in ot::Utils::CmdLineParser::Arg
|
/openthread-latest/src/core/thread/ |
D | mle_types.hpp | 502 bool IsEmpty(void) const { return mArray.GetLength() == 0; } in IsEmpty() function in ot::Mle::RxChallenge
|
/openthread-latest/src/core/border_router/ |
D | routing_manager.hpp | 1084 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/ |
D | coap_message.hpp | 637 bool IsEmpty(void) const { return (GetCode() == kCodeEmpty); } in IsEmpty() function in ot::Coap::Message
|