Searched refs:processedContents (Results 1 – 1 of 1) sorted by relevance
2039 CloseableByteSource processedContents; in mergeFrom() local2042 processedContents = new InflaterByteSource(rawContents); in mergeFrom()2044 processedContents = rawContents; in mergeFrom()2048 processedContents, rawContents); in mergeFrom()2187 CloseableByteSource processedContents; in realign() local2191 processedContents = new InflaterByteSource(rawContents); in realign()2193 processedContents = rawContents; in realign()2196 ProcessedAndRawByteSources newSource = new ProcessedAndRawByteSources(processedContents, in realign()