Searched defs:CompressedBuffer (Results 1 – 5 of 5) sorted by relevance
108 SmallVectorImpl<uint8_t> &CompressedBuffer, int Level) { in compress()148 SmallVectorImpl<uint8_t> &CompressedBuffer, int Level) { in compress()167 SmallVectorImpl<uint8_t> &CompressedBuffer, int Level) { in compress()208 SmallVectorImpl<uint8_t> &CompressedBuffer, int Level) { in compress()
54 struct CompressedBuffer { struct72 std::vector<CompressedBuffer> ProcessBlocksWithNoCompression(const size_t num_blocks, argument
50 SmallVectorImpl<char> &CompressedBuffer, in compress()86 SmallVectorImpl<char> &CompressedBuffer, in compress()
50 SmallVectorImpl<char> &CompressedBuffer, int Level) { in compress()91 SmallVectorImpl<char> &CompressedBuffer, int Level) { in compress()
2004 SmallString<0> CompressedBuffer; in WriteSourceManagerBlock() local