Home
last modified time | relevance | path

Searched refs:fromNodes (Results 1 – 2 of 2) sorted by relevance

/external/lzma/CPP/Common/
DWildcard.cpp437 void CCensorNode::ExtendExclude(const CCensorNode &fromNodes) in ExtendExclude() argument
439 ExcludeItems += fromNodes.ExcludeItems; in ExtendExclude()
440 FOR_VECTOR (i, fromNodes.SubNodes) in ExtendExclude()
442 const CCensorNode &node = fromNodes.SubNodes[i]; in ExtendExclude()
DWildcard.h87 void ExtendExclude(const CCensorNode &fromNodes);