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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dlonglong.h26 // wxLongLongNative -- this is extremely useful to find the bugs in
89 class WXDLLIMPEXP_FWD_BASE wxLongLongNative; variable in typeref:class:WXDLLIMPEXP_FWD_BASE
91 typedef wxLongLongNative wxLongLong;
107 class WXDLLIMPEXP_BASE wxLongLongNative class
112 wxLongLongNative() : m_ll(0) { } function in class:wxLongLongNative
114 wxLongLongNative(wxLongLong_t ll) : m_ll(ll) { } function in class:wxLongLongNative
116 wxLongLongNative(wxInt32 hi, wxUint32 lo) function in class:wxLongLongNative
123 wxLongLongNative(wxLongLongWx ll);
133 wxLongLongNative& operator=(wxLongLong_t ll)
135 wxLongLongNative
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/longlong/
H A Dlonglongtest.cpp110 wxLongLongNative d(a.GetHi(), a.GetLo());
151 wxLongLongNative a1 = a;
152 wxLongLongNative b1 = b;
153 wxLongLongNative c1 = a1 + b1;
187 wxLongLongNative a3(a.GetHi(), a.GetLo());
188 wxLongLongNative b3(b.GetHi(), b.GetLo());
189 wxLongLongNative c3 = a3*b3;
226 wxLongLongNative a2(a.GetHi(), a.GetLo());
227 wxLongLongNative q2 = a2 / l;
228 wxLongLongNative r
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dlonglong.cpp3 // Purpose: implementation of wxLongLongNative
50 void *wxLongLongNative::asArray() const
83 wxLongLongNative::wxLongLongNative(wxLongLongWx ll) function in class:wxLongLongNative
91 wxLongLongNative& wxLongLongNative::operator=(wxLongLongWx ll)
100 wxLongLongNative& wxLongLongNative::operator=(const class wxULongLongWx &ll)
1218 LL_TO_STRING(wxLongLongNative)

Completed in 45 milliseconds