Searched refs:offsetInfo (Results 1 – 1 of 1) sorted by relevance
1718 StringOffset &offsetInfo = it->second; in finalizeContents() local1719 if (offsetInfo.outSecOff == UINT64_MAX) { in finalizeContents()1720 offsetInfo.outSecOff = alignTo(size, 1ULL << offsetInfo.trailingZeros); in finalizeContents()1722 offsetInfo.outSecOff + s.size() + 1; // account for null terminator in finalizeContents()1724 piece.outSecOff = offsetInfo.outSecOff; in finalizeContents()