HomeSort by relevance Sort by last modified time
    Searched refs:g_ptr_array_foreach (Results 1 - 4 of 4) sorted by null

  /external/bluetooth/glib/glib/
garray.h 133 void g_ptr_array_foreach (GPtrArray *array,
garray.c 608 * g_ptr_array_foreach:
618 g_ptr_array_foreach (GPtrArray *array, function
galiasdef.c 89 #undef g_ptr_array_foreach macro
90 extern __typeof (g_ptr_array_foreach) g_ptr_array_foreach __attribute((alias("IA__g_ptr_array_foreach"), visibility("default")));
    [all...]
galias.h 86 extern __typeof (g_ptr_array_foreach) IA__g_ptr_array_foreach __attribute((visibility("hidden")));
87 #define g_ptr_array_foreach IA__g_ptr_array_foreach macro
    [all...]

Completed in 202 milliseconds