HomeSort by relevance Sort by last modified time
    Searched defs:g_ptr_array_sort_with_data (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/glib/glib/
garray.c 594 g_ptr_array_sort_with_data (GPtrArray *array, function
galias.h 119 extern __typeof (g_ptr_array_sort_with_data) IA__g_ptr_array_sort_with_data __attribute((visibility("hidden")));
120 #define g_ptr_array_sort_with_data IA__g_ptr_array_sort_with_data macro
    [all...]
galiasdef.c 122 #undef g_ptr_array_sort_with_data macro
123 extern __typeof (g_ptr_array_sort_with_data) g_ptr_array_sort_with_data __attribute((alias("IA__g_ptr_array_sort_with_data"), visibility("default")));
    [all...]

Completed in 77 milliseconds