Home
last modified time | relevance | path

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

/external/bluetooth/glib/glib/
Dgmacros.h141 #define G_PASTE(identifier1,identifier2) G_PASTE_ARGS (identifier1, identifier2) macro
142 …T(expr) typedef struct { char Compile_Time_Assertion[(expr) ? 1 : -1]; } G_PASTE (_GStaticAssert_,…
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt322 G_PASTE
/external/bluetooth/glib/
DChangeLog.pre-2-20589 * glib/gmacros.h: added G_PASTE() and G_STATIC_ASSERT(), based on
/external/bluetooth/glib/docs/reference/
DChangeLog179 G_STRINGIFY, G_PASTE and G_STATIC_ASSERT, based on