Searched refs:DoPut (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 Dhash.h177 void DoPut( long key, long hash, void* data );
178 void DoPut( const wxChar* key, long hash, void* data );
353 { DoPut( value, value, object ); }
355 { DoPut( value, lhash, object ); }
357 { DoPut( value, MakeKey( value ), object ); }
359 { DoPut( value, lhash, object ); }
519 void Put(long key, eltype *data) { DoPut(key, key, (void*)data); } \
521 { DoPut(key, lhash, (void*)data); } \
547 void Put(long key, long val, eltype *data) { DoPut(key, val, data); } \
548 void Put(long key, eltype *data) { DoPut(ke
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dhash.cpp855 void wxHashTableBase::DoPut( long key, long hash, void* data ) function in class:wxHashTableBase
865 void wxHashTableBase::DoPut( const wxChar* key, long hash, void* data ) function in class:wxHashTableBase

Completed in 189 milliseconds