Home
last modified time | relevance | path

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

/third_party/glib/glib/
Dgtestutils.h196 #define g_assert_null(expr) G_STMT_START { if G_LIKELY ((expr) == nullptr) ; else \ macro
206 #define g_assert_null(expr) G_STMT_START { if G_LIKELY ((expr) == NULL) ; else \ macro