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