Searched refs:minColumn (Results 1 – 1 of 1) sorted by relevance
121 int32_t minColumn = INT32_MAX; in MatchWithLocation() local145 } else if (pair.column < minColumn) { in MatchWithLocation()146 minColumn = pair.column; in MatchWithLocation()154 if (minColumn != INT32_MAX) { // find the smallest column for the corresponding row in MatchWithLocation()