Searched refs:Colocate (Results 1 – 2 of 2) sorted by relevance
326 unsigned Colocate = 0; variable374 void setColocate(unsigned c) { Colocate = c; }; in setColocate()402 Colocate = 0; in clear()414 if (Colocate != 0 && RHS.Colocate != 0 && Colocate != RHS.Colocate)415 return Colocate < RHS.Colocate;
1682 unsigned Colocate = 0; in colocateNodeSets() local1696 N1.setColocate(++Colocate); in colocateNodeSets()1697 N2.setColocate(Colocate); in colocateNodeSets()2996 << " depth " << MaxDepth << " col " << Colocate << "\n"; in print()