Searched refs:fIncluded (Results 1 – 2 of 2) sorted by relevance
102 if (node->fIncluded != PARTIAL) { in match()104 defaultResult = node->fIncluded; in match()125 if (node->fIncluded != PARTIAL) { in match()126 defaultResult = node->fIncluded; in match()141 if (node->fIncluded == PARTIAL) { in match()145 return node->fIncluded; in match()150 : fIncluded(other.fIncluded), fChildren(other.fChildren) { in Tree()169 if (isVerbose() && (fIncluded != PARTIAL || !isLeaf())) { in applyRule()173 fIncluded = inclusionRule ? INCLUDE : EXCLUDE; in applyRule()213 out << "included: " << kEInclusionNames[fIncluded] << std::endl; in print()
159 EInclusion fIncluded = PARTIAL; member