HomeSort by relevance Sort by last modified time
    Searched refs:GHashFunc (Results 1 - 5 of 5) sorted by null

  /external/bluetooth/glib/glib/
gcache.h 50 GHashFunc hash_key_func,
51 GHashFunc hash_value_func,
grel.h 73 GHashFunc hash_func,
ghash.h 60 GHashTable* g_hash_table_new (GHashFunc hash_func,
62 GHashTable* g_hash_table_new_full (GHashFunc hash_func,
136 * Passing NULL into g_hash_table_new() as GHashFunc has the
ghash.c 61 GHashFunc hash_func;
479 g_hash_table_new (GHashFunc hash_func,
504 g_hash_table_new_full (GHashFunc hash_func,
    [all...]
gtypes.h 90 typedef guint (*GHashFunc) (gconstpointer key);

Completed in 112 milliseconds