Home
last modified time | relevance | path

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

/haiku/src/kits/debugger/jobs/
H A DResolveValueNodeJob.cpp106 status_t nodeChildResolutionState = nodeChild->LocationResolutionState(); in _ResolveNodeValue() local
107 bool nodeChildDone = nodeChildResolutionState != VALUE_NODE_UNRESOLVED; in _ResolveNodeValue()
108 if (nodeChildDone && nodeChildResolutionState != B_OK) in _ResolveNodeValue()
109 return nodeChildResolutionState; in _ResolveNodeValue()
195 status_t nodeChildResolutionState = nodeChild->LocationResolutionState(); in _ResolveNodeChildLocation() local
196 if (nodeChildResolutionState == VALUE_NODE_UNRESOLVED) in _ResolveNodeChildLocation()
199 error = nodeChildResolutionState; in _ResolveNodeChildLocation()