Searched refs:DoGet (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 Dhash.h179 void* DoGet( long key, long hash ) const;
180 void* DoGet( const wxChar* key, long hash ) const;
363 { return (wxObject*)DoGet( value, value ); }
365 { return (wxObject*)DoGet( value, lhash ); }
367 { return (wxObject*)DoGet( value, MakeKey( value ) ); }
369 { return (wxObject*)DoGet( value, lhash ); }
522 eltype *Get(long key) const { return (eltype*)DoGet(key, key); } \
524 { return (eltype*)DoGet(key, lhash); } \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/exec/
H A Dexec.cpp197 void OnBtnGet(wxCommandEvent& WXUNUSED(event)) { DoGet(); }
211 DoGet();
214 void DoGet();
1159 DoGet();
1164 void MyPipeFrame::DoGet() function in class:MyPipeFrame
1221 DoGet();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dhash.cpp875 void* wxHashTableBase::DoGet( long key, long hash ) const function in class:wxHashTableBase
899 void* wxHashTableBase::DoGet( const wxChar* key, long hash ) const function in class:wxHashTableBase

Completed in 167 milliseconds