Searched refs:G_TRAVERSE_LEAVES (Results 1 – 3 of 3) sorted by relevance
/third_party/glib/glib/ |
D | gnode.h | 41 G_TRAVERSE_LEAVES = 1 << 0, enumerator 43 G_TRAVERSE_ALL = G_TRAVERSE_LEAVES | G_TRAVERSE_NON_LEAVES, 45 G_TRAVERSE_LEAFS = G_TRAVERSE_LEAVES,
|
/third_party/glib/glib/tests/ |
D | node.c | 377 g_node_children_foreach (root, G_TRAVERSE_LEAVES, (GNodeForeachFunc)node_build_string, &data); in misc_test()
|
/third_party/gstreamer/gstplugins_bad/ext/ttml/ |
D | ttmlparse.c | 1089 g_node_traverse (tree, G_PRE_ORDER, G_TRAVERSE_LEAVES, -1, in ttml_resolve_timings() 1119 g_node_traverse (tree, G_PRE_ORDER, G_TRAVERSE_LEAVES, -1, in ttml_resolve_regions() 1328 g_node_traverse (tree, G_PRE_ORDER, G_TRAVERSE_LEAVES, -1, in ttml_handle_whitespace()
|