Lines Matching defs:value
217 CompressionError SetParams(int key, uint32_t value);
237 CompressionError SetParams(int key, uint32_t value);
307 CHECK_EQ(false, args[0]->IsUndefined() && "must provide flush value");
316 UNREACHABLE("Invalid flush value");
592 // windowBits is special. On the compression side, 0 is an invalid value.
593 // But on the decompression side, a value of 0 for windowBits tells zlib
1163 CompressionError BrotliEncoderContext::SetParams(int key, uint32_t value) {
1166 value)) {
1228 CompressionError BrotliDecoderContext::SetParams(int key, uint32_t value) {
1231 value)) {