Home
last modified time | relevance | path

Searched defs:IsNull (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/src/core/common/
Dheap_string.hpp93 bool IsNull(void) const { return (mStringBuffer == nullptr); } in IsNull() function in ot::Heap::String
Dheap_data.hpp84 bool IsNull(void) const { return (mData.GetBytes() == nullptr); } in IsNull() function in ot::Heap::Data
Dptr_wrapper.hpp82 bool IsNull(void) const { return (mPointer == nullptr); } in IsNull() function in ot::Ptr