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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dutils.h151 wxPlatform& ElseIfNot(int platform, long value);
157 wxPlatform& ElseIfNot(int platform, int value) { return ElseIfNot(platform, (long) value); } function in class:wxPlatform
163 wxPlatform& ElseIfNot(int platform, double value);
169 wxPlatform& ElseIfNot(int platform, const wxString& value);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dutilscmn.cpp339 wxPlatform& wxPlatform::ElseIfNot(int platform, long value) function in class:wxPlatform
369 wxPlatform& wxPlatform::ElseIfNot(int platform, double value) function in class:wxPlatform
399 wxPlatform& wxPlatform::ElseIfNot(int platform, const wxString& value) function in class:wxPlatform

Completed in 40 milliseconds