Home
last modified time | relevance | path

Searched refs:sizeToReplace (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/qvge/qvge-0.6.3/src/qvge/
H A DCDiffUndoManager.cpp86 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 DCDiffUndoManager.h38 int sizeToReplace; member
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/offline_compiler/source/
H A Doffline_compiler.cpp1202 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 Dfakevimhandler.cpp7675 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 Dfakevimhandler.cpp7669 const int sizeToReplace = hasSpaceAfterCommentString ? commentString.size() + 1 in toggleComment() local
7671 line.replace(line.indexOf(commentString), sizeToReplace, ""); in toggleComment()