Searched refs:startInclude (Results 1 – 2 of 2) sorted by relevance
94 if (p->startInclude) { in Partial()99 p->startInclude = true; in Partial()138 includes |= p->startInclude; in contains()141 && !p->startInclude ) in contains()
57 Node(): startInclude(false) {} in Node()58 void clear() { startInclude=false; children.clear(); } in clear()61 bool startInclude; member