Home
last modified time | relevance | path

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

/third_party/gettext/libtextstyle/gnulib-local/lib/glib/
Dgmacros.in.h203 #define G_N_ELEMENTS(arr) (sizeof (arr) / sizeof ((arr)[0])) macro
/third_party/glib/glib/
Dgmacros.h840 #define G_N_ELEMENTS(arr) (sizeof (arr) / sizeof ((arr)[0])) macro