Home
last modified time | relevance | path

Searched refs:BASE_ASSERT_MSG (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/util/
H A Dlog.h22 #define BASE_ASSERT_MSG(cond, msg) assert((cond) && (msg)) macro
28 #define BASE_ASSERT_MSG(cond, msg) ((void)0) macro
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Dvector.h1147 BASE_ASSERT_MSG(tmp, "vector memory allocation failed."); in setup_storage()