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