HomeSort by relevance Sort by last modified time
    Searched defs:unordered_set (Results 1 - 5 of 5) sorted by null

  /external/google-breakpad/src/common/
unordered.h 30 // Include this file to use unordered_map and unordered_set. If tr1
47 struct unordered_set : public hash_set<T, H> {}; struct in inherits:hash_set
51 #include <unordered_set>
53 using std::unordered_set;
57 #include <tr1/unordered_set>
59 using std::tr1::unordered_set;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
unordered_set.h 1 // TR1 unordered_set implementation -*- C++ -*-
25 /** @file tr1/unordered_set.h
27 * Do not attempt to use it directly. @headername{tr1/unordered_set}
173 class unordered_set class in namespace:tr1
186 unordered_set(size_type __n = 10, function in class:tr1::unordered_set
194 unordered_set(_InputIterator __f, _InputIterator __l, function in class:tr1::unordered_set
255 swap(unordered_set<_Value, _Hash, _Pred, _Alloc>& __x,
256 unordered_set<_Value, _Hash, _Pred, _Alloc>& __y)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
unordered_set.h 1 // TR1 unordered_set implementation -*- C++ -*-
25 /** @file tr1/unordered_set.h
27 * Do not attempt to use it directly. @headername{tr1/unordered_set}
173 class unordered_set class in namespace:tr1
186 unordered_set(size_type __n = 10, function in class:tr1::unordered_set
194 unordered_set(_InputIterator __f, _InputIterator __l, function in class:tr1::unordered_set
255 swap(unordered_set<_Value, _Hash, _Pred, _Alloc>& __x,
256 unordered_set<_Value, _Hash, _Pred, _Alloc>& __y)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
unordered_set.h 0 // unordered_set implementation -*- C++ -*-
25 /** @file bits/unordered_set.h
27 * Do not attempt to use it directly. @headername{unordered_set}
37 /// Base types for unordered_set.
93 class unordered_set : __check_copy_constructible<_Alloc> class in inherits:__check_copy_constructible
132 unordered_set(size_type __n = 10, function in class:unordered_set
140 * @brief Builds an %unordered_set from a range.
148 * Create an %unordered_set consisting of copies of the elements from
153 unordered_set(_InputIterator __f, _InputIterator __l, function in class:unordered_set
162 unordered_set(const unordered_set&) = default
178 unordered_set(initializer_list<value_type> __l, function in class:unordered_set
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
unordered_set.h 0 // unordered_set implementation -*- C++ -*-
25 /** @file bits/unordered_set.h
27 * Do not attempt to use it directly. @headername{unordered_set}
37 /// Base types for unordered_set.
93 class unordered_set : __check_copy_constructible<_Alloc> class in inherits:__check_copy_constructible
132 unordered_set(size_type __n = 10, function in class:unordered_set
140 * @brief Builds an %unordered_set from a range.
148 * Create an %unordered_set consisting of copies of the elements from
153 unordered_set(_InputIterator __f, _InputIterator __l, function in class:unordered_set
162 unordered_set(const unordered_set&) = default
178 unordered_set(initializer_list<value_type> __l, function in class:unordered_set
    [all...]

Completed in 98 milliseconds