Home
last modified time | relevance | path

Searched refs:G_STATIC_ASSERT (Results 1 – 4 of 4) sorted by relevance

/external/bluetooth/glib/glib/
Dgmacros.h142 #define G_STATIC_ASSERT(expr) typedef struct { char Compile_Time_Assertion[(expr) ? 1 : -1]; } G_PA… macro
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt324 G_STATIC_ASSERT
/external/bluetooth/glib/
DChangeLog.pre-2-20589 * glib/gmacros.h: added G_PASTE() and G_STATIC_ASSERT(), based on
/external/bluetooth/glib/docs/reference/
DChangeLog158 * glib/glib-sections.txt: Add G_STATIC_ASSERT and friends
179 G_STRINGIFY, G_PASTE and G_STATIC_ASSERT, based on