Home
last modified time | relevance | path

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

/openthread-latest/src/core/common/
Ddebug.hpp56 #define OT_ASSERT(cond) \ macro
72 #define OT_ASSERT(cond) assert(cond) macro
76 #define OT_ASSERT(cond) \ macro
91 #define OT_ASSERT(cond) macro