Searched defs:child_node (Results 1 – 3 of 3) sorted by relevance
69 struct child_node : public node_base struct71 child_node(const std::string& __id) in child_node() argument
23 for (xmlNodePtr child_node = children; child_node != NULL; child_node = child_node->next) { in get_text_from_children() local
1690 PyHamtNode *child_node; in hamt_node_array_assoc() local