Lines Matching refs:SetErrorString

343     error.SetErrorString("Couldn't malloc: invalid allocation policy");  in Malloc()
349 error.SetErrorString("Couldn't malloc: address space is full"); in Malloc()
380 error.SetErrorString("Couldn't malloc: address space is full"); in Malloc()
400 error.SetErrorString( in Malloc()
406 error.SetErrorString("Couldn't malloc: process doesn't exist, and this " in Malloc()
462 error.SetErrorString("Couldn't leak: allocation doesn't exist"); in Leak()
478 error.SetErrorString("Couldn't free: allocation doesn't exist"); in Free()
553 error.SetErrorString("Couldn't write: no allocation contains the target " in WriteMemory()
567 error.SetErrorString("Couldn't write: invalid allocation policy"); in WriteMemory()
572 error.SetErrorString("Couldn't write: data buffer is empty"); in WriteMemory()
580 error.SetErrorString("Couldn't write: data buffer is empty"); in WriteMemory()
628 error.SetErrorString( in WriteScalarToMemory()
633 error.SetErrorString("Couldn't write scalar: its size was zero"); in WriteScalarToMemory()
669 error.SetErrorString("Couldn't read: no allocation contains the target " in ReadMemory()
680 error.SetErrorString("Couldn't read: data is not in the allocation"); in ReadMemory()
689 error.SetErrorString("Couldn't read: invalid allocation policy"); in ReadMemory()
694 error.SetErrorString("Couldn't read: data buffer is empty"); in ReadMemory()
699 error.SetErrorString("Couldn't read: not enough underlying data"); in ReadMemory()
714 error.SetErrorString("Couldn't read: data buffer is empty"); in ReadMemory()
779 error.SetErrorString("Couldn't read scalar: its size was zero"); in ReadScalarFromMemory()
820 error.SetErrorString( in GetMemoryData()
825 error.SetErrorString( in GetMemoryData()
833 error.SetErrorString("Couldn't get memory data: data buffer is empty"); in GetMemoryData()
851 error.SetErrorString("Couldn't get memory data: data buffer is empty"); in GetMemoryData()
861 error.SetErrorString("Couldn't get memory data: its size was zero"); in GetMemoryData()