Searched refs:GTree (Results 1 - 4 of 4) sorted by relevance

/external/bluetooth/glib/glib/
H A Dgtree.h38 typedef struct _GTree GTree; typedef in typeref:struct:_GTree
46 GTree* g_tree_new (GCompareFunc key_compare_func);
47 GTree* g_tree_new_with_data (GCompareDataFunc key_compare_func,
49 GTree* g_tree_new_full (GCompareDataFunc key_compare_func,
53 void g_tree_destroy (GTree *tree);
54 void g_tree_insert (GTree *tree,
57 void g_tree_replace (GTree *tree,
60 gboolean g_tree_remove (GTree *tree,
62 gboolean g_tree_steal (GTree *tree,
64 gpointer g_tree_lookup (GTree *tre
[all...]
/external/bluetooth/glib/tests/
H A Dtree-test.c108 GTree *tree;
H A Dmemchunks.c114 GTree *mem_tree; /* tree of mem areas sorted by memory address */
H A Dtestglib.c407 GTree *tree;
1537 g_test_add_func ("/testglib/GTree", binary_tree_test);

Completed in 252 milliseconds