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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddatetime.h1221 wxTimeSpan& Neg() { m_diff = -GetValue(); return *this; }
1236 bool IsNull() const { return m_diff == 0l; }
1241 bool IsPositive() const { return m_diff > 0l; }
1244 bool IsNegative() const { return m_diff < 0l; }
1301 wxLongLong GetMilliseconds() const { return m_diff; }
1318 wxTimeSpan(const wxLongLong& diff) { m_diff = diff; }
1321 wxLongLong GetValue() const { return m_diff; }
1325 wxLongLong m_diff; member in class:wxTimeSpan
1930 m_diff = hours;
1931 m_diff *
[all...]

Completed in 142 milliseconds