Searched refs:g_node_find_child (Results 1 – 5 of 5) sorted by relevance
/third_party/glib/glib/tests/ |
D | node.c | 297 g_assert (g_node_find_child (root, G_TRAVERSE_ALL, C2P ('F')) == node_F); in construct_test() 298 g_assert (g_node_find_child (node_G, G_TRAVERSE_LEAFS, C2P ('H')) == node_H); in construct_test() 299 g_assert (g_node_find_child (root, G_TRAVERSE_ALL, C2P ('H')) == NULL); in construct_test()
|
/third_party/glib/glib/ |
D | gnode.h | 254 GNode* g_node_find_child (GNode *node,
|
D | gnode.c | 1095 g_node_find_child (GNode *node, in g_node_find_child() function
|
/third_party/glib/tests/ |
D | testglib.c | 295 g_assert (g_node_find_child (root, G_TRAVERSE_ALL, C2P ('F')) == node_F); in gnode_test()
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 3079 g_node_find_child
|