/openthread-latest/src/core/common/ |
D | offset_range.hpp | 129 bool IsEmpty(void) const { return (mLength == 0); } in IsEmpty() function in ot::OffsetRange
|
D | notifier.hpp | 175 bool IsEmpty(void) const { return (mEventFlags == 0); } in IsEmpty() function in ot::Events
|
D | array.hpp | 181 bool IsEmpty(void) const { return (mLength == 0); } in IsEmpty() function in ot::Array
|
D | linked_list.hpp | 156 bool IsEmpty(void) const { return (mHead == nullptr); } in IsEmpty() function in ot::LinkedList
|
/openthread-latest/src/core/mac/ |
D | channel_mask.hpp | 130 bool IsEmpty(void) const { return (mMask == 0); } in IsEmpty() function in ot::Mac::ChannelMask
|
D | mac_types.hpp | 719 bool IsEmpty(void) const { return (mBitMask == 0); } in IsEmpty() function in ot::Mac::RadioTypes
|
D | mac_frame.hpp | 164 bool IsEmpty(void) const { return (mLength == 0); } in IsEmpty() function in ot::Mac::Frame
|
/openthread-latest/src/core/meshcop/ |
D | meshcop.hpp | 169 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/ |
D | dnssd.hpp | 186 bool IsEmpty(void) const { return (mStart == mEnd); } in IsEmpty() function
|
D | dns_dso.hpp | 719 bool IsEmpty(void) const { return mRequests.IsEmpty(); } in IsEmpty() function in ot::Dns::Dso::Connection::PendingRequests
|
D | mdns.cpp | 478 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
|
D | dns_types.hpp | 582 bool IsEmpty(void) const { return (mString == nullptr) && (mMessage == nullptr); } in IsEmpty() function in ot::Dns::Name
|
D | mdns.hpp | 829 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 | 89 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 | 154 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 | 321 bool IsEmpty(void) const { return (mString == nullptr); } in IsEmpty() function in ot::Utils::CmdLineParser::Arg
|
/openthread-latest/src/core/thread/ |
D | mle_types.hpp | 507 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 | 1126 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/ |
D | coap_message.hpp | 687 bool IsEmpty(void) const { return (GetCode() == kCodeEmpty); } in IsEmpty() function in ot::Coap::Message
|