Searched defs:IsNull (Results 1 – 3 of 3) sorted by relevance
/openthread-latest/src/core/common/ | ||
D | heap_string.hpp | 93 bool IsNull(void) const { return (mStringBuffer == nullptr); } in IsNull() function in ot::Heap::String |
D | heap_data.hpp | 84 bool IsNull(void) const { return (mData.GetBytes() == nullptr); } in IsNull() function in ot::Heap::Data |
D | ptr_wrapper.hpp | 82 bool IsNull(void) const { return (mPointer == nullptr); } in IsNull() function in ot::Ptr |