Searched refs:child (Results 1 – 2 of 2) sorted by relevance
60 for child in node.children.values():61 if "label" in child.props:62 label = child.props["label"].val63 offsets[label] = child.regs[0].addr64 sizes[label] = child.regs[0].size
61 let child = thread::spawn(move || { in main() localVariable67 children.push(child); in main()70 for child in children { in main()71 child.join().unwrap(); in main()