Searched refs:stringLocation (Results 1 - 1 of 1) sorted by path

/haiku/src/kits/debugger/value/value_nodes/
H A DCStringValueNode.cpp99 ValueLocation* stringLocation = new(std::nothrow) ValueLocation( local
102 if (stringLocation == NULL)
105 BReference<ValueLocation> locationReference(stringLocation, true);
116 NodeChild()->SetLocation(stringLocation, B_OK);

Completed in 64 milliseconds