Searched refs:Colocate (Results 1 – 2 of 2) sorted by relevance
329 unsigned Colocate = 0; variable377 void setColocate(unsigned c) { Colocate = c; }; in setColocate()405 Colocate = 0; in clear()417 if (Colocate != 0 && RHS.Colocate != 0 && Colocate != RHS.Colocate)418 return Colocate < RHS.Colocate;
2057 unsigned Colocate = 0; in colocateNodeSets() local2071 N1.setColocate(++Colocate); in colocateNodeSets()2072 N2.setColocate(Colocate); in colocateNodeSets()3390 << " depth " << MaxDepth << " col " << Colocate << "\n"; in print()