Lines Matching defs:ll

83 wxLongLongNative::wxLongLongNative(wxLongLongWx ll)  in wxLongLongNative()
91 wxLongLongNative& wxLongLongNative::operator=(wxLongLongWx ll) in operator =()
100 wxLongLongNative& wxLongLongNative::operator=(const class wxULongLongWx &ll) in operator =()
109 wxULongLongNative::wxULongLongNative(const class wxULongLongWx &ll) in wxULongLongNative()
117 wxULongLongNative& wxULongLongNative::operator=(wxLongLongWx ll) in operator =()
126 wxULongLongNative& wxULongLongNative::operator=(const class wxULongLongWx &ll) in operator =()
145 wxLongLongWx &wxLongLongWx::operator=(const class wxULongLongWx &ll) in operator =()
208 wxLongLongWx ll(*this); in operator <<() local
216 wxULongLongWx ll(*this); in operator <<() local
276 wxLongLongWx ll(*this); in operator >>() local
284 wxULongLongWx ll(*this); in operator >>() local
374 wxLongLongWx& wxLongLongWx::operator+=(const wxLongLongWx& ll) in operator +=()
393 wxULongLongWx& wxULongLongWx::operator+=(const wxULongLongWx& ll) in operator +=()
530 wxLongLongWx& wxLongLongWx::operator-=(const wxLongLongWx& ll) in operator -=()
549 wxULongLongWx& wxULongLongWx::operator-=(const wxULongLongWx& ll) in operator -=()
673 wxLongLongWx& wxLongLongWx::operator&=(const wxLongLongWx& ll) in operator &=()
687 wxULongLongWx& wxULongLongWx::operator&=(const wxULongLongWx& ll) in operator &=()
701 wxLongLongWx& wxLongLongWx::operator|=(const wxLongLongWx& ll) in operator |=()
715 wxULongLongWx& wxULongLongWx::operator|=(const wxULongLongWx& ll) in operator |=()
729 wxLongLongWx& wxLongLongWx::operator^=(const wxLongLongWx& ll) in operator ^=()
743 wxULongLongWx& wxULongLongWx::operator^=(const wxULongLongWx& ll) in operator ^=()
785 wxLongLongWx& wxLongLongWx::operator*=(const wxLongLongWx& ll) in operator *=()
817 wxULongLongWx& wxULongLongWx::operator*=(const wxULongLongWx& ll) in operator *=()
851 #define IS_MSB_SET(ll) ((ll.GetHi()) & (1 << (8*sizeof(long) - 1))) argument
1082 wxLongLongWx& wxLongLongWx::operator/=(const wxLongLongWx& ll) in operator /=()
1093 wxULongLongWx& wxULongLongWx::operator/=(const wxULongLongWx& ll) in operator /=()
1237 wxSTD ostream& operator<< (wxSTD ostream& o, const wxULongLong& ll) in operator <<()
1244 WXDLLIMPEXP_BASE wxString& operator<< (wxString& s, const wxLongLong& ll) in operator <<()
1249 WXDLLIMPEXP_BASE wxString& operator<< (wxString& s, const wxULongLong& ll) in operator <<()
1256 WXDLLIMPEXP_BASE wxTextOutputStream& operator<< (wxTextOutputStream& o, const wxULongLong& ll) in operator <<()
1261 WXDLLIMPEXP_BASE wxTextOutputStream& operator<< (wxTextOutputStream& o, const wxLongLong& ll) in operator <<()
1268 WXDLLIMPEXP_BASE class wxTextInputStream &operator>>(class wxTextInputStream &o, wxULongLong &ll) in operator >>()
1293 WXDLLIMPEXP_BASE class wxTextInputStream &operator>>(class wxTextInputStream &o, wxLongLong &ll) in operator >>()
1345 wxULongLong ll; in operator >>() local
1353 wxLongLong ll; in operator >>() local