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

  /external/bluetooth/glib/glib/
garray.c 683 GByteArray* g_byte_array_remove_index_fast (GByteArray *array, function
galias.h 65 extern __typeof (g_byte_array_remove_index_fast) IA__g_byte_array_remove_index_fast __attribute((visibility("hidden")));
66 #define g_byte_array_remove_index_fast IA__g_byte_array_remove_index_fast macro
    [all...]
galiasdef.c 68 #undef g_byte_array_remove_index_fast macro
69 extern __typeof (g_byte_array_remove_index_fast) g_byte_array_remove_index_fast __attribute((alias("IA__g_byte_array_remove_index_fast"), visibility("default")));
    [all...]

Completed in 6785 milliseconds