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

  /external/bluetooth/glib/glib/
ghash.h 39 typedef struct _GHashTable GHashTable;
60 GHashTable* g_hash_table_new (GHashFunc hash_func,
62 GHashTable* g_hash_table_new_full (GHashFunc hash_func,
66 void g_hash_table_destroy (GHashTable *hash_table);
67 void g_hash_table_insert (GHashTable *hash_table,
70 void g_hash_table_replace (GHashTable *hash_table,
73 gboolean g_hash_table_remove (GHashTable *hash_table,
75 void g_hash_table_remove_all (GHashTable *hash_table);
76 gboolean g_hash_table_steal (GHashTable *hash_table,
78 void g_hash_table_steal_all (GHashTable *hash_table)
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/gobject/
GTypedefs.h 52 typedef struct _GHashTable GHashTable;

Completed in 38 milliseconds