Home
last modified time | relevance | path

Searched refs:stringLocation (Results 1 – 1 of 1) sorted by relevance

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