Home
last modified time | relevance | path

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

/openthread-2.7.6/tests/unit/
Dtest_heap_string.cpp43 if (aString.IsNull()) in PrintString()
59 VerifyOrQuit(aString.IsNull()); in VerifyString()
65 VerifyOrQuit(!aString.IsNull()); in VerifyString()
/openthread-2.7.6/src/core/common/
Dheap_string.hpp91 bool IsNull(void) const { return (mStringBuffer == nullptr); } in IsNull() function in ot::HeapString
/openthread-2.7.6/src/core/net/
Dsrp_server.cpp1587 if (mFullName.IsNull()) in SetFullName()