Searched refs:set_streamable_subset (Results 1 – 4 of 4) sorted by relevance
61 const bool res = encoder.set_streamable_subset(ds.Get<bool>()); in LLVMFuzzerTestOneInput()
130 …virtual bool set_streamable_subset(bool value); ///< See FLAC__stream_encoder_set_…
84 bool Stream::set_streamable_subset(bool value) in set_streamable_subset() function in FLAC::Encoder::Stream
236 if(!encoder->set_streamable_subset(true)) in test_stream_encoder()