Searched refs:hash_map (Results 1 – 4 of 4) sorted by relevance
/haiku/headers/cpp/ |
H A D | stl_hash_map.h | 50 class hash_map 82 hash_map() : _M_ht(100, hasher(), key_equal(), allocator_type()) {} in hash_map() function 83 explicit hash_map(size_type __n) in hash_map() function 85 hash_map(size_type __n, const hasher& __hf) in hash_map() function 87 hash_map(size_type __n, const hasher& __hf, const key_equal& __eql, 93 hash_map(_InputIterator __f, _InputIterator __l) in hash_map() function 97 hash_map(_InputIterator __f, _InputIterator __l, size_type __n) in hash_map() function 101 hash_map(_InputIterator __f, _InputIterator __l, size_type __n, in hash_map() function 106 hash_map(_InputIterator __f, _InputIterator __l, size_type __n, 113 hash_map(const value_type* __f, const value_type* __l) in hash_map() function [all …]
|
H A D | hash_map.h | 40 using __STD::hash_map;
|
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/ |
H A D | IMAPFolder.h | 138 typedef __gnu_cxx::hash_map<uint32, uint32> UIDToFlagsMap; 139 typedef __gnu_cxx::hash_map<uint32, entry_ref> UIDToRefMap; 140 typedef __gnu_cxx::hash_map<uint32, MessengerList> MessengerMap; 143 typedef std::hash_map<uint32, uint32> UIDToFlagsMap; 144 typedef std::hash_map<uint32, entry_ref> UIDToRefMap; 145 typedef std::hash_map<uint32, MessengerList> MessengerMap;
|
H A D | IMAPMailbox.h | 57 typedef __gnu_cxx::hash_map<uint32, MessageFlagsAndSize> MessageEntryMap; 59 typedef std::hash_map<uint32, MessageFlagsAndSize> MessageEntryMap;
|