Lines Matching refs:alloc_workbuf_result
45097 DecodeImageCallbacks::AllocWorkbufResult alloc_workbuf_result =
45099 if (!alloc_workbuf_result.error_message.empty()) {
45100 return DecodeImageResult(std::move(alloc_workbuf_result.error_message));
45101 } else if (alloc_workbuf_result.workbuf.len < workbuf_len.min_incl) {
45136 alloc_workbuf_result.workbuf, nullptr);