Searched refs:g_string_prepend (Results 1 - 5 of 5) sorted by relevance

/external/bluetooth/glib/glib/
H A Dgstring.h94 GString* g_string_prepend (GString *string,
H A Dgstring.c885 * g_string_prepend:
895 g_string_prepend (GString *string, function
H A Dgaliasdef.c2970 #undef g_string_prepend macro
2971 extern __typeof (g_string_prepend) g_string_prepend __attribute((alias("IA__g_string_prepend"), visibility("default")));
H A Dgalias.h2959 extern __typeof (g_string_prepend) IA__g_string_prepend __attribute((visibility("hidden")));
2960 #define g_string_prepend IA__g_string_prepend macro
/external/bluetooth/glib/tests/
H A Dtestglib.c1203 g_string_prepend (string1, "firsthalf");

Completed in 79 milliseconds