Home
last modified time | relevance | path

Searched refs:g_node_max_height (Results 1 – 6 of 6) sorted by relevance

/third_party/glib/glib/tests/
Dnode.c257 g_assert_cmpint (g_node_max_height (root), ==, 1); in construct_test()
290 g_assert_cmpint (g_node_max_height (root), ==, 4); in construct_test()
295 g_assert_cmpint (g_node_max_height (node_F), ==, 3); in construct_test()
331 g_assert_cmpint (g_node_max_height (root), >, 100); in allocation_test()
/third_party/glib/glib/
Dgnode.h237 guint g_node_max_height (GNode *root);
Dgnode.c499 g_node_max_height (GNode *root) in g_node_max_height() function
512 tmp_height = g_node_max_height (child); in g_node_max_height()
/third_party/glib/tests/
Dtestglib.c265 g_assert (g_node_depth (root) == 1 && g_node_max_height (root) == 1); in gnode_test()
288 g_assert (g_node_max_height (root) == 4); in gnode_test()
293 g_assert (g_node_max_height (node_F) == 3); in gnode_test()
351 g_assert (g_node_max_height (root) == g_node_max_height (node)); in gnode_test()
372 g_assert (g_node_max_height (root) > 100); in gnode_test()
/third_party/gstreamer/gstplugins_bad/ext/ttml/
Dttmlparse.c2027 g_node_max_height (body_tree)); in ttml_parse()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt3097 g_node_max_height