HomeSort by: relevance | last modified time | path
    Searched defs:unordered_map (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/
unordered_map.h 1 // TR1 unordered_map implementation -*- C++ -*-
25 /** @file tr1/unordered_map.h
27 * Do not attempt to use it directly. @headername{tr1/unordered_map}
180 class unordered_map class in namespace:tr1
193 unordered_map(size_type __n = 10, function in class:tr1::unordered_map
201 unordered_map(_InputIterator __f, _InputIterator __l, function in class:tr1::unordered_map
266 swap(unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __x,
267 unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __y)
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
unordered_map.h 1 // TR1 unordered_map implementation -*- C++ -*-
25 /** @file tr1/unordered_map.h
27 * Do not attempt to use it directly. @headername{tr1/unordered_map}
180 class unordered_map class in namespace:tr1
193 unordered_map(size_type __n = 10, function in class:tr1::unordered_map
201 unordered_map(_InputIterator __f, _InputIterator __l, function in class:tr1::unordered_map
266 swap(unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __x,
267 unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __y)
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
unordered_map.h 0 // unordered_map implementation -*- C++ -*-
25 /** @file bits/unordered_map.h
27 * Do not attempt to use it directly. @headername{unordered_map}
38 /// Base types for unordered_map.
81 * @headerfile unordered_map
104 class unordered_map class
143 unordered_map() = default;
153 unordered_map(size_type __n, function in class:unordered_map
161 * @brief Builds an %unordered_map from a range.
169 * Create an %unordered_map consisting of copies of the elements fro
174 unordered_map(_InputIterator __first, _InputIterator __last, function in class:unordered_map
193 unordered_map(const allocator_type& __a) function in class:unordered_map
202 unordered_map(const unordered_map& __umap, function in class:unordered_map
229 unordered_map(initializer_list<value_type> __l, function in class:unordered_map
237 unordered_map(size_type __n, const allocator_type& __a) function in class:unordered_map
241 unordered_map(size_type __n, const hasher& __hf, function in class:unordered_map
247 unordered_map(_InputIterator __first, _InputIterator __last, function in class:unordered_map
254 unordered_map(_InputIterator __first, _InputIterator __last, function in class:unordered_map
260 unordered_map(initializer_list<value_type> __l, function in class:unordered_map
266 unordered_map(initializer_list<value_type> __l, function in class:unordered_map
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
unordered_map.h 0 // unordered_map implementation -*- C++ -*-
25 /** @file bits/unordered_map.h
27 * Do not attempt to use it directly. @headername{unordered_map}
43 /// Base types for unordered_map.
86 * @headerfile unordered_map
109 class unordered_map class
148 unordered_map() = default;
158 unordered_map(size_type __n, function in class:unordered_map
166 * @brief Builds an %unordered_map from a range.
174 * Create an %unordered_map consisting of copies of the elements fro
179 unordered_map(_InputIterator __first, _InputIterator __last, function in class:unordered_map
198 unordered_map(const allocator_type& __a) function in class:unordered_map
207 unordered_map(const unordered_map& __umap, function in class:unordered_map
234 unordered_map(initializer_list<value_type> __l, function in class:unordered_map
242 unordered_map(size_type __n, const allocator_type& __a) function in class:unordered_map
246 unordered_map(size_type __n, const hasher& __hf, function in class:unordered_map
252 unordered_map(_InputIterator __first, _InputIterator __last, function in class:unordered_map
259 unordered_map(_InputIterator __first, _InputIterator __last, function in class:unordered_map
265 unordered_map(initializer_list<value_type> __l, function in class:unordered_map
271 unordered_map(initializer_list<value_type> __l, function in class:unordered_map
    [all...]

Completed in 28 milliseconds