Searched refs:startInclude (Results 1 – 2 of 2) sorted by relevance
83 if (p->startInclude) { in Partial()88 p->startInclude = true; in Partial()127 includes |= p->startInclude; in contains()130 && !p->startInclude ) in contains()
55 Node(): startInclude(false) {} in Node()56 void clear() { startInclude=false; children.clear(); } in clear()59 bool startInclude; member
Completed in 6 milliseconds