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

/haiku/src/kits/debugger/value/values/
H A DFloatValue.cpp64 const FloatValue* otherFloat = dynamic_cast<const FloatValue*>(&other); local
65 return otherFloat != NULL ? fValue == otherFloat->fValue : false;

Completed in 35 milliseconds