Searched refs:nextRow (Results 1 – 6 of 6) sorted by relevance
128 Row newRow = replacements.get(cell.nextRow); in make()130 cell.nextRow = newRow; in make()171 if (matchingCell.nextRow == null && !last) { in add()172 matchingCell.nextRow = makeRow(); in add()176 buildingCurrentAddRow = matchingCell.nextRow; in add()187 cell.nextRow = buildingCurrentAddRow = makeRow(); in add()226 if (cell.nextRow != null && !setUniqueValues(cell.nextRow)) { in setUniqueValues()
161 if (cell.nextRow != null) { in maximumDepth()162 int temp = cell.nextRow.maximumDepth() + 1; in maximumDepth()250 public Row nextRow; // next state field in StateDictionary.Cell258 int rowOffset = nextRow == null ? 0 : rowDelta - nextRow.getReferenceNumber(); in addBytes()271 if (nextRow != null) { in toString()275 result += "R" + nextRow.getReferenceNumber(); in toString()408 matchCurrentRow = cell.nextRow; in nextByte()477 if (0 != (result = compare(cell1.nextRow, cell2.nextRow))) {580 if (cell.nextRow != null) { in getDebugWords()581 getDebugWords(byteLength + 1, currentValue, cell.nextRow, in getDebugWords()[all …]
187 auto nextRow = [&] { x = 10; y += (64 + 10); }; in __anon83543c1a0202() variable218 nextRow();225 nextRow();
156 const bool nextRow = (scissorNdx != 0) && (scissorNdx % numCols == 0); in generateScissors() local157 if (nextRow) in generateScissors()
491 const bool nextRow = (cellNdx != 0) && (cellNdx % numCols == 0); in generateGrid() local492 if (nextRow) in generateGrid()
371 const bool nextRow = (cellNdx != 0) && (cellNdx % numCols == 0); in generateGrid() local372 if (nextRow) in generateGrid()