Searched refs:newPos (Results 1 – 2 of 2) sorted by relevance
212 let newPos: number = member.getStart() + 1;215 newPos += value;219 const newContent: string = content.substring(0, newPos) + visualContent +220 content.substring(newPos);233 let newPos: number = member.pos;236 newPos += value;239 const newContent: string = content.substring(0, newPos) + visualContent +240 content.substring(newPos);
342 int32_t newPos = static_cast<int32_t>(str.len - 32 - str.strLen); in EventStrParsing() local343 fileSize_ = lseek(fd_, lseek(fd_, 0, SEEK_CUR) + newPos, SEEK_SET); in EventStrParsing()