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

/haiku/src/kits/debugger/value/values/
H A DIntegerValue.cpp62 const IntegerValue* otherInt = dynamic_cast<const IntegerValue*>(&other); local
63 return otherInt != NULL ? fValue == otherInt->fValue : false;

Completed in 51 milliseconds