Searched refs:subNodeIndex (Results 1 – 1 of 1) sorted by relevance
359 int subNodeIndex = FindSubNode(node.Name); in ExtendExclude() local360 if (subNodeIndex < 0) in ExtendExclude()361 subNodeIndex = SubNodes.Add(CCensorNode(node.Name, this)); in ExtendExclude()362 SubNodes[subNodeIndex].ExtendExclude(node); in ExtendExclude()