Searched refs:Colocate (Results 1 – 2 of 2) sorted by relevance
334 unsigned Colocate = 0; variable382 void setColocate(unsigned c) { Colocate = c; }; in setColocate()410 Colocate = 0; in clear()422 if (Colocate != 0 && RHS.Colocate != 0 && Colocate != RHS.Colocate)423 return Colocate < RHS.Colocate;
2117 unsigned Colocate = 0; in colocateNodeSets() local2131 N1.setColocate(++Colocate); in colocateNodeSets()2132 N2.setColocate(Colocate); in colocateNodeSets()3459 << " depth " << MaxDepth << " col " << Colocate << "\n"; in print()