Lines Matching full:child
145 // The "current" subgraph is substituted with the new subgraph for all ops on child nodes.
146 // After processing child nodes the original subgraph is reinstated
169 TiXmlNode* child;
170 for( child = node.FirstChild(); child; child = child->NextSibling() )
172 parseNode ( *child, p_SubGraph, level+1 );