Searched refs:spanIn (Results 1 – 2 of 2) sorted by relevance
45 std::span<const uint8_t> spanIn(dataIn, strBody.size()); in attemptZstdCompression() local48 zstdCompressor.compress(spanIn, more); in attemptZstdCompression()
303 std::span<const uint8_t> spanIn( in getWithMaxSize()307 zstdCompressor->compress(spanIn, ret.second); in getWithMaxSize()