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(); local
107 bool nodeChildDone = nodeChildResolutionState != VALUE_NODE_UNRESOLVED;
108 if (nodeChildDone && nodeChildResolutionState != B_OK)
109 return nodeChildResolutionState;
195 status_t nodeChildResolutionState = nodeChild->LocationResolutionState(); local
196 if (nodeChildResolutionState == VALUE_NODE_UNRESOLVED)
199 error = nodeChildResolutionState;

Completed in 32 milliseconds