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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/kademlia/kademlia/
H A DIndexed.h105 typedef std::map<Kademlia::CUInt128,KeyHash*> KeyHashMap; typedef
138 KeyHashMap m_Keyword_map;
H A DIndexed.cpp320 for (KeyHashMap::iterator itKeyHash = m_Keyword_map.begin(); itKeyHash != m_Keyword_map.end(); ++itKeyHash ) {
392 KeyHashMap::iterator itKeyHash = m_Keyword_map.begin();
394 KeyHashMap::iterator curr_itKeyHash = itKeyHash++; // Don't change this to a ++it!
492 KeyHashMap::iterator itKeyHash = m_Keyword_map.find(keyID);
738 KeyHashMap::iterator itKeyHash = m_Keyword_map.find(keyID);

Completed in 38 milliseconds