Searched defs:ASSERT_NOT_NULL (Results 1 – 1 of 1) sorted by relevance
266 #define ASSERT_NOT_NULL(ptr) DEBUG_ASSERT((ptr) != nullptr, "Failed with nullptr.") macro269 #define ASSERT_NOT_NULL(ptr) macro