Searched refs:fDataLocation (Results 1 - 4 of 4) sorted by last modified time

/haiku/src/kits/debugger/value/value_nodes/
H A DBMessageValueNode.cpp240 false, fDataLocation);
273 fDataLocation.SetTo(fieldAddress.ToUInt64() + fieldsSize);
303 error = valueLoader->LoadRawValue(fDataLocation, fHeader->data_size,
306 ", result: %s\n", fDataLocation.ToUInt64(), strerror(error));
605 piece.SetToMemory(fDataLocation.ToUInt64() + offset);
H A DBListValueNode.cpp85 uint64 listAddress = fParent->fDataLocation.ToUInt64();
256 false, fDataLocation);
/haiku/headers/private/debugger/value/value_nodes/
H A DBListValueNode.h61 BVariant fDataLocation; member in class:BListValueNode
H A DBMessageValueNode.h66 BVariant fDataLocation; member in class:BMessageValueNode

Completed in 48 milliseconds