Lines Matching defs:res
286 const bool res = decoder.flush(); in LLVMFuzzerTestOneInput() local
295 const bool res = decoder.reset(); in LLVMFuzzerTestOneInput() local
304 const bool res = decoder.process_single(); in LLVMFuzzerTestOneInput() local
313 const bool res = decoder.process_until_end_of_metadata(); in LLVMFuzzerTestOneInput() local
322 const bool res = decoder.process_until_end_of_stream(); in LLVMFuzzerTestOneInput() local
331 const bool res = decoder.skip_single_frame(); in LLVMFuzzerTestOneInput() local
340 const bool res = decoder.seek_absolute(ds.Get<uint64_t>()); in LLVMFuzzerTestOneInput() local
349 const bool res = decoder.get_md5_checking(); in LLVMFuzzerTestOneInput() local
358 const bool res = decoder.get_total_samples(); in LLVMFuzzerTestOneInput() local
367 const bool res = decoder.get_channels(); in LLVMFuzzerTestOneInput() local
376 const bool res = decoder.get_bits_per_sample(); in LLVMFuzzerTestOneInput() local
385 const bool res = decoder.get_sample_rate(); in LLVMFuzzerTestOneInput() local
394 const bool res = decoder.get_blocksize(); in LLVMFuzzerTestOneInput() local
404 const bool res = decoder.finish(); in LLVMFuzzerTestOneInput() local