Home
last modified time | relevance | path

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

/third_party/lzma/CPP/Common/
DWildcard.cpp507 void CCensorNode::ExtendExclude(const CCensorNode &fromNodes) in ExtendExclude() argument
509 ExcludeItems += fromNodes.ExcludeItems; in ExtendExclude()
510 FOR_VECTOR (i, fromNodes.SubNodes) in ExtendExclude()
512 const CCensorNode &node = fromNodes.SubNodes[i]; in ExtendExclude()
DWildcard.h152 void ExtendExclude(const CCensorNode &fromNodes);