Home
last modified time | relevance | path

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

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