Lines Matching refs:SetErrorString

319     error.SetErrorString("Couldn't malloc: invalid allocation policy");  in Malloc()
325 error.SetErrorString("Couldn't malloc: address space is full"); in Malloc()
356 error.SetErrorString("Couldn't malloc: address space is full"); in Malloc()
376 error.SetErrorString( in Malloc()
382 error.SetErrorString("Couldn't malloc: process doesn't exist, and this " in Malloc()
437 error.SetErrorString("Couldn't leak: allocation doesn't exist"); in Leak()
453 error.SetErrorString("Couldn't free: allocation doesn't exist"); in Free()
528 error.SetErrorString("Couldn't write: no allocation contains the target " in WriteMemory()
542 error.SetErrorString("Couldn't write: invalid allocation policy"); in WriteMemory()
547 error.SetErrorString("Couldn't write: data buffer is empty"); in WriteMemory()
555 error.SetErrorString("Couldn't write: data buffer is empty"); in WriteMemory()
603 error.SetErrorString( in WriteScalarToMemory()
608 error.SetErrorString("Couldn't write scalar: its size was zero"); in WriteScalarToMemory()
645 error.SetErrorString("Couldn't read: no allocation contains the target " in ReadMemory()
656 error.SetErrorString("Couldn't read: data is not in the allocation"); in ReadMemory()
665 error.SetErrorString("Couldn't read: invalid allocation policy"); in ReadMemory()
670 error.SetErrorString("Couldn't read: data buffer is empty"); in ReadMemory()
675 error.SetErrorString("Couldn't read: not enough underlying data"); in ReadMemory()
690 error.SetErrorString("Couldn't read: data buffer is empty"); in ReadMemory()
755 error.SetErrorString("Couldn't read scalar: its size was zero"); in ReadScalarFromMemory()
799 error.SetErrorString( in GetMemoryData()
804 error.SetErrorString( in GetMemoryData()
812 error.SetErrorString("Couldn't get memory data: data buffer is empty"); in GetMemoryData()
830 error.SetErrorString("Couldn't get memory data: data buffer is empty"); in GetMemoryData()
840 error.SetErrorString("Couldn't get memory data: its size was zero"); in GetMemoryData()