reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1784 if (InsertPoint != Rows.end() && InsertPoint->Address == Front && 1784 if (InsertPoint != Rows.end() && InsertPoint->Address == Front && 1785 InsertPoint->EndSequence) { 1786 *InsertPoint = Seq.front(); 1787 Rows.insert(InsertPoint + 1, Seq.begin() + 1, Seq.end()); 1789 Rows.insert(InsertPoint, Seq.begin(), Seq.end());