Searched refs:g_node_child_index (Results 1 – 4 of 4) sorted by relevance
/third_party/glib/glib/tests/ |
D | node.c | 365 g_assert_cmpint (g_node_child_index (root, C2P ('B')), ==, 0); in misc_test() 366 g_assert_cmpint (g_node_child_index (root, C2P ('C')), ==, 1); in misc_test() 367 g_assert_cmpint (g_node_child_index (root, C2P ('D')), ==, 2); in misc_test() 368 g_assert_cmpint (g_node_child_index (root, C2P ('E')), ==, -1); in misc_test()
|
/third_party/glib/glib/ |
D | gnode.h | 261 gint g_node_child_index (GNode *node,
|
D | gnode.c | 1169 g_node_child_index (GNode *node, in g_node_child_index() function
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 3080 g_node_child_index
|