Searched refs:DEBUG_ASSERT_COND (Results 1 – 2 of 2) sorted by relevance
55 #define DEBUG_ASSERT_COND(x) DEBUG_ASSERT(x) macro58 #define DEBUG_ASSERT_COND(x) do { } while (0) macro
442 DEBUG_ASSERT_COND(eport->PortMatches(this, /* allow_null */ false)); in LinkExceptionPort()451 DEBUG_ASSERT_COND(eport->PortMatches(this, /* allow_null */ true)); in UnlinkExceptionPort()
Completed in 9 milliseconds