Searched refs:otherID (Results 1 - 3 of 3) sorted by relevance

/haiku/src/kits/debugger/debug_info/
H A DDwarfStackFrameDebugInfo.cpp98 const DwarfLocalVariableID* otherID local
100 return otherID != NULL && *fFunctionID == *otherID->fFunctionID
101 && fName == otherID->fName && fLine == otherID->fLine
102 && fColumn == otherID->fColumn;
/haiku/src/kits/debugger/source_language/c_family/
H A DCLanguageExpressionEvaluator.cpp165 const InternalVariableID* otherID local
167 if (otherID == NULL)
170 return fValue == otherID->fValue;
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.cpp236 const ExpressionVariableID* otherID local
238 if (otherID == NULL)
241 return fInfo == otherID->fInfo;

Completed in 114 milliseconds