Home
last modified time | relevance | path

Searched refs:hash_set (Results 1 – 4 of 4) sorted by relevance

/haiku/headers/cpp/
H A Dstl_hash_set.h49 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 Dhash_set.h40 using __STD::hash_set;
/haiku/src/apps/icon-o-matic/import_export/flat_icon/
H A DFlatIconExporter.h45 using __gnu_cxx::hash_set;
56 typedef hash_set<BPoint, PointHash> PointSet;
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DIMAPFolder.h141 typedef __gnu_cxx::hash_set<uint32> UIDSet;
146 typedef std::hash_set<uint32> UIDSet;