Searched refs:set_do_exhaustive_model_search (Results 1 – 4 of 4) sorted by relevance
77 const bool res = encoder.set_do_exhaustive_model_search(ds.Get<bool>()); in LLVMFuzzerTestOneInput()
143 …virtual bool set_do_exhaustive_model_search(bool value); ///< See FLAC__stream_encoder_set_…
162 bool Stream::set_do_exhaustive_model_search(bool value) in set_do_exhaustive_model_search() function in FLAC::Encoder::Stream
296 if(!encoder->set_do_exhaustive_model_search(false)) in test_stream_encoder()