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

  /external/bluetooth/glib/glib/
garray.c 658 GByteArray* g_byte_array_prepend (GByteArray *array, function
galias.h 59 extern __typeof (g_byte_array_prepend) IA__g_byte_array_prepend __attribute((visibility("hidden")));
60 #define g_byte_array_prepend IA__g_byte_array_prepend macro
    [all...]
galiasdef.c 62 #undef g_byte_array_prepend macro
63 extern __typeof (g_byte_array_prepend) g_byte_array_prepend __attribute((alias("IA__g_byte_array_prepend"), visibility("default")));
    [all...]

Completed in 34 milliseconds