Searched refs:UIDToRefMap (Results 1 - 2 of 2) sorted by path

/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DIMAPFolder.h139 typedef __gnu_cxx::hash_map<uint32, entry_ref> UIDToRefMap; typedef in class:IMAPFolder
144 typedef std::hash_map<uint32, entry_ref> UIDToRefMap; typedef in class:IMAPFolder
161 UIDToRefMap fRefMap;
H A DIMAPFolder.cpp316 UIDToRefMap::const_iterator iterator = fRefMap.begin();
614 UIDToRefMap::const_iterator found = fRefMap.find(uid);

Completed in 58 milliseconds