Searched refs:sizeToReplace (Results 1 – 5 of 5) sorted by relevance
/dports/graphics/qvge/qvge-0.6.3/src/qvge/ |
H A D | CDiffUndoManager.cpp | 86 m_lastState.replace(cUndo.index, cUndo.sizeToReplace, qUncompress(cUndo.data)); in undo() 100 m_lastState.replace(cRedo.index, cRedo.sizeToReplace, qUncompress(cRedo.data)); in redo()
|
H A D | CDiffUndoManager.h | 38 int sizeToReplace; member
|
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/offline_compiler/source/ |
H A D | offline_compiler.cpp | 1202 auto sizeToReplace = commentEnd - commentBegin + 2; in readOptionsFromFile() local 1203 options = options.replace(commentBegin, sizeToReplace, ""); in readOptionsFromFile()
|
/dports/deskutils/copyq/CopyQ-5.0.0/plugins/itemfakevim/fakevim/ |
H A D | fakevimhandler.cpp | 7675 const int sizeToReplace = hasSpaceAfterCommentString ? commentString.size() + 1 in toggleComment() local 7677 line.replace(line.indexOf(commentString), sizeToReplace, ""); in toggleComment()
|
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/fakevim/ |
H A D | fakevimhandler.cpp | 7669 const int sizeToReplace = hasSpaceAfterCommentString ? commentString.size() + 1 in toggleComment() local 7671 line.replace(line.indexOf(commentString), sizeToReplace, ""); in toggleComment()
|