Lines Matching refs:AllocWorkbufResult
10576 // AllocWorkbufResult holds a memory allocation (the result of malloc or new,
10579 struct AllocWorkbufResult {
10580 AllocWorkbufResult(MemOwner&& mem_owner0, wuffs_base__slice_u8 workbuf0);
10581 AllocWorkbufResult(std::string&& error_message0);
10678 virtual AllocWorkbufResult //
44663 DecodeImageCallbacks::AllocWorkbufResult::AllocWorkbufResult(
44668 DecodeImageCallbacks::AllocWorkbufResult::AllocWorkbufResult(
44757 DecodeImageCallbacks::AllocWorkbufResult //
44762 return AllocWorkbufResult("");
44764 return AllocWorkbufResult(DecodeImage_OutOfMemory);
44769 return AllocWorkbufResult(DecodeImage_OutOfMemory);
44771 return AllocWorkbufResult(
45097 DecodeImageCallbacks::AllocWorkbufResult alloc_workbuf_result =