HomeSort by relevance Sort by last modified time
    Searched defs:unordered_set (Results 1 - 11 of 11) 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.11-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-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/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/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)
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_unordered_set.h 37 class unordered_set class in inherits:__stlport_class
39 : public __stlport_class<unordered_set<_Value, _HashFcn, _EqualKey, _Alloc> >
42 typedef unordered_set<_Value, _HashFcn, _EqualKey, _Alloc> _Self;
77 explicit unordered_set(size_type __n = 0, const hasher& __hf = hasher(), function in class:unordered_set
83 unordered_set(__move_source<_Self> src) function in class:unordered_set
89 unordered_set(_InputIterator __f, _InputIterator __l, function in class:unordered_set
96 unordered_set(const value_type* __f, const value_type* __l, function in class:unordered_set
103 unordered_set(const_iterator __f, const_iterator __l, function in class:unordered_set
328 #define _STLP_TEMPLATE_CONTAINER unordered_set<_Value,_HashFcn,_EqualKey,_Alloc>
341 // Specialization of insert_iterator so that it will work for unordered_set
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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-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...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/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 class
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
172 unordered_set(const allocator_type& __a) function in class:unordered_set
181 unordered_set(const unordered_set& __uset, function in class:unordered_set
191 unordered_set(unordered_set&& __uset, function in class:unordered_set
207 unordered_set(initializer_list<value_type> __l, function in class:unordered_set
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_unordered_set.h 37 class unordered_set class in inherits:__stlport_class
39 : public __stlport_class<unordered_set<_Value, _HashFcn, _EqualKey, _Alloc> >
42 typedef unordered_set<_Value, _HashFcn, _EqualKey, _Alloc> _Self;
77 explicit unordered_set(size_type __n = 0, const hasher& __hf = hasher(), function in class:unordered_set
83 unordered_set(__move_source<_Self> src) function in class:unordered_set
89 unordered_set(_InputIterator __f, _InputIterator __l, function in class:unordered_set
96 unordered_set(const value_type* __f, const value_type* __l, function in class:unordered_set
103 unordered_set(const_iterator __f, const_iterator __l, function in class:unordered_set
328 #define _STLP_TEMPLATE_CONTAINER unordered_set<_Value,_HashFcn,_EqualKey,_Alloc>
341 // Specialization of insert_iterator so that it will work for unordered_set
    [all...]

Completed in 298 milliseconds