Searched refs:sub_node (Results 1 – 4 of 4) sorted by relevance
101 for sub_node in node.childNodes:102 PrettyPrintNode(sub_node, indent=indent + 2)160 for sub_node in node.childNodes:161 AbsoluteNode(sub_node)162 CleanupVcproj(sub_node)165 for sub_node in node.childNodes:166 if sub_node.nodeType == Node.TEXT_NODE:167 sub_node.data = sub_node.data.replace("\r", "")168 sub_node.data = sub_node.data.replace("\n", "")169 sub_node.data = sub_node.data.rstrip()[all …]
98 for sub_node in node.childNodes:99 PrettyPrintNode(sub_node, indent=indent+2)154 for sub_node in node.childNodes:155 AbsoluteNode(sub_node)156 CleanupVcproj(sub_node)159 for sub_node in node.childNodes:160 if sub_node.nodeType == Node.TEXT_NODE:161 sub_node.data = sub_node.data.replace("\r", "")162 sub_node.data = sub_node.data.replace("\n", "")163 sub_node.data = sub_node.data.rstrip()[all …]
725 PyHamtNode *sub_node = hamt_node_assoc( in hamt_node_bitmap_assoc() local728 if (sub_node == NULL) { in hamt_node_bitmap_assoc()732 if (val_or_node == (PyObject *)sub_node) { in hamt_node_bitmap_assoc()733 Py_DECREF(sub_node); in hamt_node_bitmap_assoc()742 Py_SETREF(ret->b_array[val_idx], (PyObject*)sub_node); in hamt_node_bitmap_assoc()780 PyHamtNode *sub_node = hamt_node_new_bitmap_or_collision( in hamt_node_bitmap_assoc() local786 if (sub_node == NULL) { in hamt_node_bitmap_assoc()792 Py_DECREF(sub_node); in hamt_node_bitmap_assoc()796 Py_SETREF(ret->b_array[val_idx], (PyObject *)sub_node); in hamt_node_bitmap_assoc()967 PyHamtNode *sub_node = NULL; in hamt_node_bitmap_without() local[all …]
338 for sub_node in self.graph.0[&node].iter() { in constrain()339 self.reachable.get_mut(&node).unwrap().insert(*sub_node); in constrain()343 .entry(*sub_node) in constrain()