Searched refs:g_node_children_foreach (Results 1 – 6 of 6) sorted by relevance
/third_party/glib/gio/ |
D | gregistrysettingsbackend.c | 431 g_node_children_foreach (node, G_TRAVERSE_ALL, in _ref_down() 446 g_node_children_foreach (tree, G_TRAVERSE_ALL, in registry_cache_ref_tree() 486 g_node_children_foreach (node, G_TRAVERSE_ALL, in _unref_down() 526 g_node_children_foreach (cache_node, G_TRAVERSE_ALL, registry_cache_dump, 1257 g_node_children_foreach (node, G_TRAVERSE_ALL, in registry_cache_destroy_tree() 1322 g_node_children_foreach (node, G_TRAVERSE_ALL, in mark_all_subkeys_as_changed() 1392 g_node_children_foreach (cache_node, G_TRAVERSE_ALL, in registry_cache_update() 1515 g_node_children_foreach (cache_node, G_TRAVERSE_ALL, in registry_cache_update()
|
/third_party/glib/glib/tests/ |
D | node.c | 372 g_node_children_foreach (root, G_TRAVERSE_ALL, (GNodeForeachFunc)node_build_string, &data); in misc_test() 377 g_node_children_foreach (root, G_TRAVERSE_LEAVES, (GNodeForeachFunc)node_build_string, &data); in misc_test() 382 g_node_children_foreach (root, G_TRAVERSE_NON_LEAVES, (GNodeForeachFunc)node_build_string, &data); in misc_test()
|
/third_party/glib/glib/ |
D | gnode.h | 240 void g_node_children_foreach (GNode *node,
|
D | gnode.c | 1253 g_node_children_foreach (GNode *node, in g_node_children_foreach() function
|
/third_party/gstreamer/gstplugins_good/gst/isomp4/ |
D | qtdemux_tags.c | 995 g_node_children_foreach (ilst, G_TRAVERSE_ALL, in qtdemux_parse_udta()
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 3073 g_node_children_foreach
|