Searched refs:g_node_find (Results 1 – 5 of 5) sorted by relevance
/third_party/glib/glib/ |
D | gnode.h | 136 GNode* g_node_find (GNode *root,
|
D | gnode.c | 946 g_node_find (GNode *root, in g_node_find() function
|
/third_party/glib/glib/tests/ |
D | node.c | 300 g_assert (g_node_find (root, G_LEVEL_ORDER, G_TRAVERSE_NON_LEAFS, C2P ('I')) == NULL); in construct_test() 301 g_assert (g_node_find (root, G_IN_ORDER, G_TRAVERSE_LEAFS, C2P ('J')) == node_J); in construct_test()
|
/third_party/glib/tests/ |
D | testglib.c | 296 g_assert (g_node_find (root, G_LEVEL_ORDER, G_TRAVERSE_NON_LEAFS, C2P ('I')) == NULL); in gnode_test() 297 g_assert (g_node_find (root, G_IN_ORDER, G_TRAVERSE_LEAFS, C2P ('J')) == node_J); in gnode_test()
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 3078 g_node_find
|