Searched refs:rowIter (Results 1 – 2 of 2) sorted by relevance
112 auto rowIter = gridLayoutInfo_.gridMatrix_.find(row); in CheckGridPlaced() local113 if (rowIter != gridLayoutInfo_.gridMatrix_.end()) { in CheckGridPlaced()114 auto colIter = rowIter->second.find(col); in CheckGridPlaced()115 if (colIter != rowIter->second.end()) { in CheckGridPlaced()125 rowIter = gridLayoutInfo_.gridMatrix_.find(rSpan + row); in CheckGridPlaced()126 if (rowIter != gridLayoutInfo_.gridMatrix_.end()) { in CheckGridPlaced()129 if (rowIter->second.find(cSpan + col) != rowIter->second.end()) { in CheckGridPlaced()
200 auto rowIter = gridMatrix_.find(row); in GetIndexByGrid() local201 if (rowIter != gridMatrix_.end()) { in GetIndexByGrid()790 auto rowIter = gridMatrix_.find(row); in CheckGridPlaced() local791 if (rowIter != gridMatrix_.end()) { in CheckGridPlaced()804 if (rowIter != gridMatrix_.end()) { in CheckGridPlaced()807 if (rowIter->second.find(cSpan + col) != rowIter->second.end()) { in CheckGridPlaced()2106 auto rowIter = gridMatrix_.find(row); in UpdateMatrixByIndexStrong() local2107 if (rowIter != gridMatrix_.end()) { in UpdateMatrixByIndexStrong()2108 rowMap = rowIter->second; in UpdateMatrixByIndexStrong()2487 for (auto rowIter = data.begin(); rowIter != data.end(); rowIter++) { in ParseRestoreScenePosition() local[all …]