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

/haiku/src/apps/icon-o-matic/generic/property/specific_properties/
H A DInt64Property.cpp55 const Int64Property* intOther = dynamic_cast<const Int64Property*>(other); local
56 if (intOther) {
57 return SetValue(intOther->Value());
73 const Int64Property* intOther = dynamic_cast<const Int64Property*>(other); local
74 if (intOther) {
75 return SetValue(fValue + (int64)((double)(intOther->Value()

Completed in 38 milliseconds