Home | History | Annotate | Download | only in cindex

Lines Matching refs:children

42     children = []
44 children = source.get_children()
47 children = source.cursor.get_children()
49 for cursor in children:
53 # Recurse into children.
70 children = []
72 children = source.get_children()
75 children = source.cursor.get_children()
77 for cursor in children:
81 # Recurse into children.