Home
last modified time | relevance | path

Searched refs:removeCount (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/npm/node_modules/diff/lib/patch/
H A Dparse.js110 removeCount = 0;
128 removeCount++;
131 removeCount++;
143 if (!removeCount && hunk.oldLines === 1) {
153 if (removeCount !== hunk.oldLines) {
/third_party/skia/src/gpu/
H A DGrDrawingManager.cpp434 int removeCount = opsTask->mergeFrom(nextTasks); in reorderTasks() local
435 for (const auto& removed : nextTasks.first(removeCount)) { in reorderTasks()
438 i += removeCount; in reorderTasks()
/third_party/node/deps/npm/node_modules/diff/lib/
H A Dindex.es6.js749 removeCount = 0;
767 removeCount++;
770 removeCount++;
782 if (!removeCount && hunk.oldLines === 1) {
792 if (removeCount !== hunk.oldLines) {

Completed in 10 milliseconds