Searched refs:NextRecord (Results 1 – 2 of 2) sorted by relevance
79 char *NextRecord = nullptr;83 NextRecord += sizeof(T);93 : Buffer(B), NextRecord(P) {95 DCHECK_NE(NextRecord, nullptr);113 NextRecord += Size;152 NextRecord = reinterpret_cast<char *>(internal_memcpy(179 NextRecord = reinterpret_cast<char *>(202 NextRecord = reinterpret_cast<char *>(214 char *getNextRecord() const { return NextRecord; }217 NextRecord = reinterpret_cast<char *>(Buffer.Data);[all …]
368 const auto *NextRecord = MCDCRecords.begin(); in attachMCDCSubViews() local373 while (NextRecord != EndRecord) { in attachMCDCSubViews()375 unsigned CurrentLine = NextRecord->getDecisionRegion().LineEnd; in attachMCDCSubViews()377 while (NextRecord != EndRecord && in attachMCDCSubViews()378 CurrentLine == NextRecord->getDecisionRegion().LineEnd) { in attachMCDCSubViews()379 ViewMCDCRecords.push_back(*NextRecord++); in attachMCDCSubViews()