Searched refs:g_array_remove_index_fast (Results 1 - 4 of 4) sorted by relevance

/external/bluetooth/glib/glib/
H A Dgarray.h93 GArray* g_array_remove_index_fast (GArray *array,
H A Dgarray.c236 g_array_remove_index_fast (GArray *farray, function
686 g_array_remove_index_fast ((GArray*) array, index_);
H A Dgaliasdef.c35 #undef g_array_remove_index_fast macro
36 extern __typeof (g_array_remove_index_fast) g_array_remove_index_fast __attribute((alias("IA__g_array_remove_index_fast"), visibility("default")));
H A Dgalias.h32 extern __typeof (g_array_remove_index_fast) IA__g_array_remove_index_fast __attribute((visibility("hidden")));
33 #define g_array_remove_index_fast IA__g_array_remove_index_fast macro

Completed in 40 milliseconds