Searched refs:the_key_type (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.h427 wxHashTable(int the_key_type = wxKEY_INTEGER,
441 bool Create(int the_key_type = wxKEY_INTEGER,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dhash.cpp342 wxHashTable::wxHashTable (int the_key_type, int size) argument
346 Create(the_key_type, size);
354 key_type = the_key_type;
378 bool wxHashTable::Create(int the_key_type, int size) argument
386 key_type = the_key_type;

Completed in 120 milliseconds