Home
last modified time | relevance | path

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

/external/openthread/src/core/common/
Ddebug.hpp55 #define OT_ASSERT(cond) \ macro
71 #define OT_ASSERT(cond) assert(cond) macro
75 #define OT_ASSERT(cond) \ macro
90 #define OT_ASSERT(cond) macro