Searched refs:offsetInfo (Results 1 – 1 of 1) sorted by relevance
1747 StringOffset &offsetInfo = it->second; in finalizeContents() local1748 if (offsetInfo.outSecOff == UINT64_MAX) { in finalizeContents()1749 offsetInfo.outSecOff = in finalizeContents()1750 alignToPowerOf2(size, 1ULL << offsetInfo.trailingZeros); in finalizeContents()1752 offsetInfo.outSecOff + s.size() + 1; // account for null terminator in finalizeContents()1754 piece.outSecOff = offsetInfo.outSecOff; in finalizeContents()