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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dprefconf.cpp186 bool wxPrefConfig::DoWriteLong(const wxString& key, long lValue) function in class:wxPrefConfig
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Diniconf.h87 bool DoWriteLong(const wxString& key, long lValue);
H A Dregconf.h99 virtual bool DoWriteLong(const wxString& key, long lValue);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dprefconf.h76 virtual bool DoWriteLong(const wxString& key, long lValue);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dfileconf.h188 virtual bool DoWriteLong(const wxString& key, long lValue);
H A Dconfbase.h193 { return DoWriteLong(key, value); }
273 virtual bool DoWriteLong(const wxString& key, long value) = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dconfig.cpp216 return DoWriteLong(key, (long)value);
221 return DoWriteLong(key, value ? 1l : 0l);
H A Dfileconf.cpp1029 bool wxFileConfig::DoWriteLong(const wxString& key, long lValue) function in class:wxFileConfig
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Diniconf.cpp353 bool wxIniConfig::DoWriteLong(const wxString& szKey, long lValue) function in class:wxIniConfig
H A Dregconf.cpp634 bool wxRegConfig::DoWriteLong(const wxString& key, long lValue) function in class:wxRegConfig

Completed in 197 milliseconds