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

/haiku/src/kits/debugger/value/values/
H A DStringValue.cpp43 const StringValue* otherString = dynamic_cast<const StringValue*>(&other); local
44 return otherString != NULL ? fValue == otherString->fValue : false;

Completed in 29 milliseconds