Searched refs:CellStop (Results 1 – 1 of 1) sorted by relevance
294 unsigned getMaximumNetWidth(const I &CellStart, const I &CellStop, in getMaximumNetWidth() argument297 auto MaxNetWidth = getNetWidth(CellStart, CellStop, InitialSpaces); in getMaximumNetWidth()299 auto Offset = std::distance(CellStart, CellStop); in getMaximumNetWidth()300 for (const auto *Next = CellStop->NextColumnElement; Next != nullptr; in getMaximumNetWidth()