Searched refs:hash_set (Results 1 – 4 of 4) sorted by relevance
/haiku/headers/cpp/ |
H A D | stl_hash_set.h | 49 class hash_set 79 hash_set() in hash_set() function 81 explicit hash_set(size_type __n) in hash_set() function 83 hash_set(size_type __n, const hasher& __hf) in hash_set() function 85 hash_set(size_type __n, const hasher& __hf, const key_equal& __eql, 91 hash_set(_InputIterator __f, _InputIterator __l) in hash_set() function 95 hash_set(_InputIterator __f, _InputIterator __l, size_type __n) in hash_set() function 99 hash_set(_InputIterator __f, _InputIterator __l, size_type __n, in hash_set() function 104 hash_set(_InputIterator __f, _InputIterator __l, size_type __n, 111 hash_set(const value_type* __f, const value_type* __l) in hash_set() function [all …]
|
H A D | hash_set.h | 40 using __STD::hash_set;
|
/haiku/src/apps/icon-o-matic/import_export/flat_icon/ |
H A D | FlatIconExporter.h | 45 using __gnu_cxx::hash_set; 56 typedef hash_set<BPoint, PointHash> PointSet;
|
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/ |
H A D | IMAPFolder.h | 141 typedef __gnu_cxx::hash_set<uint32> UIDSet; 146 typedef std::hash_set<uint32> UIDSet;
|