Home
last modified time | relevance | path

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

/third_party/glib/glib/
Dgnode.h60 typedef void (*GNodeForeachFunc) (GNode *node, typedef
242 GNodeForeachFunc func,
Dgnode.c1255 GNodeForeachFunc func, in g_node_children_foreach()
/third_party/glib/glib/tests/
Dnode.c372 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/gio/
Dgregistrysettingsbackend.c432 (GNodeForeachFunc)_ref_down, NULL); in _ref_down()
447 (GNodeForeachFunc)_ref_down, NULL); in registry_cache_ref_tree()
487 (GNodeForeachFunc)_unref_down, NULL); in _unref_down()
1258 (GNodeForeachFunc)registry_cache_destroy_tree, self); in registry_cache_destroy_tree()
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dqtdemux_tags.c996 (GNodeForeachFunc) qtdemux_tag_add_blob, &demuxtaglist); in qtdemux_parse_udta()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt3074 GNodeForeachFunc