Searched defs:hash_map (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/testsuite/backward/hash_map/requirements/
H A Dexplicit_instantiation.cc26 template class __gnu_cxx::hash_map<int, char>; member in class:__gnu_cxx
/haiku-buildtools/legacy/gcc/libstdc++/stl/
H A Dstl_hash_map.h50 class hash_map class
82 hash_map() : _M_ht(100, hasher(), key_equal(), allocator_type()) {} function in class:hash_map
83 explicit hash_map(size_type __n) function in class:hash_map
85 hash_map(size_type __n, const hasher& __hf) function in class:hash_map
87 hash_map(size_type __n, const hasher& __hf, const key_equal& __eql, function in class:hash_map
93 hash_map(_InputIterator __f, _InputIterator __l) function in class:hash_map
97 hash_map(_InputIterator __f, _InputIterator __l, size_type __n) function in class:hash_map
101 hash_map(_InputIterator __f, _InputIterator __l, size_type __n, function in class:hash_map
106 hash_map(_InputIterator __f, _InputIterator __l, size_type __n, function in class:hash_map
113 hash_map(cons function in class:hash_map
116 hash_map(const value_type* __f, const value_type* __l, size_type __n) function in class:hash_map
119 hash_map(const value_type* __f, const value_type* __l, size_type __n, function in class:hash_map
123 hash_map(const value_type* __f, const value_type* __l, size_type __n, function in class:hash_map
129 hash_map(const_iterator __f, const_iterator __l) function in class:hash_map
132 hash_map(const_iterator __f, const_iterator __l, size_type __n) function in class:hash_map
135 hash_map(const_iterator __f, const_iterator __l, size_type __n, function in class:hash_map
139 hash_map(const_iterator __f, const_iterator __l, size_type __n, function in class:hash_map
206 operator ==(const hash_map<_Key,_Tp,_HashFcn,_EqlKey,_Alloc>& __hm1, const hash_map<_Key,_Tp,_HashFcn,_EqlKey,_Alloc>& __hm2) argument
[all...]
/haiku-buildtools/gcc/gcc/
H A Dhash-map.h191 explicit hash_map (size_t n = 13, bool ggc = false) : m_table (n, ggc) {} function
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/lto/
H A D20090106_0.C168 class hash_map class in namespace:std
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/tree-ssa/
H A Dcopyprop.C88 template<class _Key, class _Tp, class _HashFn = ::hash<_Key>, class _EqualKey = equal_to<_Key>, class _Alloc = allocator<_Tp> > struct hash_map { struct
97 hash_map() : _M_ht(100, hasher(), key_equal(), allocator_type()) { } function in struct:hash_map

Completed in 49 milliseconds