Searched refs:process_until_end_of_stream (Results 1 – 6 of 6) sorted by relevance
327 if(!process_until_end_of_stream()) { in test_respond()413 if(!process_until_end_of_stream()) { in test_respond()649 if(!decoder->process_until_end_of_stream()) in test_stream_decoder()723 if(!decoder->process_until_end_of_stream()) in test_stream_decoder()
638 if(!decoder.process_until_end_of_stream()) { in test_file_()
112 ok = decoder.process_until_end_of_stream(); in main()
155 …virtual bool process_until_end_of_stream(); ///< See FLAC__stream_decoder_process_until_end_of_s…
269 const bool res = decoder.process_until_end_of_stream(); in LLVMFuzzerTestOneInput()
215 bool Stream::process_until_end_of_stream() in process_until_end_of_stream() function in FLAC::Decoder::Stream