Home
last modified time | relevance | path

Searched refs:FinishDecoding (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/libwebp/src/dec/
Didec_dec.c251 static VP8StatusCode FinishDecoding(WebPIDecoder* const idec) { in FinishDecoding() function
509 return FinishDecoding(idec); in DecodeRemaining()
565 : FinishDecoding(idec); in DecodeVP8LData()
/third_party/node/deps/v8/src/wasm/
Dmodule-decoder.h233 ModuleResult FinishDecoding(bool verify_functions = true);
Dmodule-decoder.cc1477 ModuleResult FinishDecoding(bool verify_functions = true) { in FinishDecoding() function in v8::internal::wasm::ModuleDecoderImpl
1506 return FinishDecoding(verify_functions); in DecodeModule()
1533 return FinishDecoding(verify_functions); in DecodeModule()
2315 ModuleResult ModuleDecoder::FinishDecoding(bool verify_functions) { in FinishDecoding() function in v8::internal::wasm::ModuleDecoder
2316 return impl_->FinishDecoding(verify_functions); in FinishDecoding()
Dmodule-compiler.cc2765 FinishAsyncCompileJobWithError(decoder_.FinishDecoding(false).error()); in ProcessModuleHeader()
2792 FinishAsyncCompileJobWithError(decoder_.FinishDecoding(false).error()); in ProcessSection()
2806 FinishAsyncCompileJobWithError(decoder_.FinishDecoding(false).error()); in ProcessSection()
2824 FinishAsyncCompileJobWithError(decoder_.FinishDecoding(false).error()); in ProcessCodeSectionHeader()
2926 ModuleResult result = decoder_.FinishDecoding(false); in OnFinishedStream()