Searched refs:child (Results 1 – 2 of 2) sorted by relevance
61 for child in node.children.values():62 if "label" in child.props:63 label = child.props["label"].val64 offsets[label] = child.regs[0].addr65 sizes[label] = child.regs[0].size
76 let child = thread::spawn(move || { in main() localVariable82 children.push(child); in main()85 for child in children { in main()86 child.join().unwrap(); in main()