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