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