Searched refs:g_node_n_nodes (Results 1 – 6 of 6) sorted by relevance
/third_party/glib/glib/tests/ |
D | node.c | 292 g_assert_cmpint (g_node_n_nodes (root, G_TRAVERSE_LEAFS), ==, 7); in construct_test() 293 g_assert_cmpint (g_node_n_nodes (root, G_TRAVERSE_NON_LEAFS), ==, 4); in construct_test() 294 g_assert_cmpint (g_node_n_nodes (root, G_TRAVERSE_ALL), ==, 11); in construct_test() 332 g_assert_cmpint (g_node_n_nodes (root, G_TRAVERSE_ALL), ==, 1 + 2048); in allocation_test()
|
/third_party/glib/glib/ |
D | gnode.h | 126 guint g_node_n_nodes (GNode *root,
|
D | gnode.c | 999 g_node_n_nodes (GNode *root, in g_node_n_nodes() function
|
/third_party/glib/tests/ |
D | testglib.c | 290 g_assert (g_node_n_nodes (root, G_TRAVERSE_LEAFS) == 7); in gnode_test() 291 g_assert (g_node_n_nodes (root, G_TRAVERSE_NON_LEAFS) == 4); in gnode_test() 292 g_assert (g_node_n_nodes (root, G_TRAVERSE_ALL) == 11); in gnode_test() 350 g_assert (g_node_n_nodes (root, G_TRAVERSE_ALL) == g_node_n_nodes (node, G_TRAVERSE_ALL)); in gnode_test() 373 g_assert (g_node_n_nodes (root, G_TRAVERSE_ALL) == 1 + 2048); in gnode_test()
|
/third_party/gstreamer/gstplugins_bad/ext/ttml/ |
D | ttmlparse.c | 1217 g_node_n_nodes (root, G_TRAVERSE_ALL)); in ttml_get_active_trees() 1221 "After filtering there are %u nodes in tree.", g_node_n_nodes (root, in ttml_get_active_trees() 1489 g_node_n_nodes (body_copy, G_TRAVERSE_ALL)); in ttml_split_body_by_region() 1494 g_node_n_nodes (body_copy, G_TRAVERSE_ALL)); in ttml_split_body_by_region() 1500 g_node_n_nodes (region_node, G_TRAVERSE_ALL)); in ttml_split_body_by_region() 2025 g_node_n_nodes (body_tree, G_TRAVERSE_ALL)); in ttml_parse()
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 3094 g_node_n_nodes
|