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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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}
256 class unordered_map class in inherits:__unordered_map
269 unordered_map(size_type __n = 10, function in class:unordered_map
277 unordered_map(_InputIterator __f, _InputIterator __l, function in class:unordered_map
285 unordered_map(initializer_list<value_type> __l, function in class:unordered_map
293 unordered_map&
372 swap(unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __x,
373 unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __y
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/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}
256 class unordered_map class in inherits:__unordered_map
269 unordered_map(size_type __n = 10, function in class:unordered_map
277 unordered_map(_InputIterator __f, _InputIterator __l, function in class:unordered_map
285 unordered_map(initializer_list<value_type> __l, function in class:unordered_map
293 unordered_map&
372 swap(unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __x,
373 unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __y
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/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)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/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}
256 class unordered_map class in inherits:__unordered_map
269 unordered_map(size_type __n = 10, function in class:unordered_map
277 unordered_map(_InputIterator __f, _InputIterator __l, function in class:unordered_map
285 unordered_map(initializer_list<value_type> __l, function in class:unordered_map
293 unordered_map&
372 swap(unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __x,
373 unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __y
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/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)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/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}
262 class unordered_map class in inherits:__unordered_map
275 unordered_map(size_type __n = 10, function in class:unordered_map
283 unordered_map(_InputIterator __f, _InputIterator __l, function in class:unordered_map
291 unordered_map(initializer_list<value_type> __l, function in class:unordered_map
299 unordered_map&
378 swap(unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __x,
379 unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __y
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/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)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/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}
256 class unordered_map class in inherits:__unordered_map
269 unordered_map(size_type __n = 10, function in class:unordered_map
277 unordered_map(_InputIterator __f, _InputIterator __l, function in class:unordered_map
285 unordered_map(initializer_list<value_type> __l, function in class:unordered_map
293 unordered_map&
372 swap(unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __x,
373 unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __y
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/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)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/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}
262 class unordered_map class in inherits:__unordered_map
275 unordered_map(size_type __n = 10, function in class:unordered_map
283 unordered_map(_InputIterator __f, _InputIterator __l, function in class:unordered_map
291 unordered_map(initializer_list<value_type> __l, function in class:unordered_map
299 unordered_map&
378 swap(unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __x,
379 unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __y
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/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)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/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)
  /external/stlport/stlport/stl/
_unordered_map.h 37 class unordered_map class in inherits:__stlport_class
39 : public __stlport_class<unordered_map<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> >
43 typedef unordered_map<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> _Self;
83 explicit unordered_map(size_type __n = 0, const hasher& __hf = hasher(), function in class:unordered_map
89 unordered_map(__move_source<_Self> src) function in class:unordered_map
95 unordered_map(_InputIterator __f, _InputIterator __l, function in class:unordered_map
102 unordered_map(const value_type* __f, const value_type* __l, function in class:unordered_map
109 unordered_map(const_iterator __f, const_iterator __l, function in class:unordered_map
190 #if defined (__DMC__) // disable operator==(pair<x,unordered_map>, pair<x,unordered_map>)
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_unordered_map.h 37 class unordered_map class in inherits:__stlport_class
39 : public __stlport_class<unordered_map<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> >
43 typedef unordered_map<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> _Self;
83 explicit unordered_map(size_type __n = 0, const hasher& __hf = hasher(), function in class:unordered_map
89 unordered_map(__move_source<_Self> src) function in class:unordered_map
95 unordered_map(_InputIterator __f, _InputIterator __l, function in class:unordered_map
102 unordered_map(const value_type* __f, const value_type* __l, function in class:unordered_map
109 unordered_map(const_iterator __f, const_iterator __l, function in class:unordered_map
190 #if defined (__DMC__) // disable operator==(pair<x,unordered_map>, pair<x,unordered_map>)
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_unordered_map.h 37 class unordered_map class in inherits:__stlport_class
39 : public __stlport_class<unordered_map<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> >
43 typedef unordered_map<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> _Self;
83 explicit unordered_map(size_type __n = 0, const hasher& __hf = hasher(), function in class:unordered_map
89 unordered_map(__move_source<_Self> src) function in class:unordered_map
95 unordered_map(_InputIterator __f, _InputIterator __l, function in class:unordered_map
102 unordered_map(const value_type* __f, const value_type* __l, function in class:unordered_map
109 unordered_map(const_iterator __f, const_iterator __l, function in class:unordered_map
190 #if defined (__DMC__) // disable operator==(pair<x,unordered_map>, pair<x,unordered_map>)
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_unordered_map.h 37 class unordered_map class in inherits:__stlport_class
39 : public __stlport_class<unordered_map<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> >
43 typedef unordered_map<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> _Self;
83 explicit unordered_map(size_type __n = 0, const hasher& __hf = hasher(), function in class:unordered_map
89 unordered_map(__move_source<_Self> src) function in class:unordered_map
95 unordered_map(_InputIterator __f, _InputIterator __l, function in class:unordered_map
102 unordered_map(const value_type* __f, const value_type* __l, function in class:unordered_map
109 unordered_map(const_iterator __f, const_iterator __l, function in class:unordered_map
190 #if defined (__DMC__) // disable operator==(pair<x,unordered_map>, pair<x,unordered_map>)
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_unordered_map.h 37 class unordered_map class in inherits:__stlport_class
39 : public __stlport_class<unordered_map<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> >
43 typedef unordered_map<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> _Self;
83 explicit unordered_map(size_type __n = 0, const hasher& __hf = hasher(), function in class:unordered_map
89 unordered_map(__move_source<_Self> src) function in class:unordered_map
95 unordered_map(_InputIterator __f, _InputIterator __l, function in class:unordered_map
102 unordered_map(const value_type* __f, const value_type* __l, function in class:unordered_map
109 unordered_map(const_iterator __f, const_iterator __l, function in class:unordered_map
190 #if defined (__DMC__) // disable operator==(pair<x,unordered_map>, pair<x,unordered_map>)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_unordered_map.h 37 class unordered_map class in inherits:__stlport_class
39 : public __stlport_class<unordered_map<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> >
43 typedef unordered_map<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> _Self;
83 explicit unordered_map(size_type __n = 0, const hasher& __hf = hasher(), function in class:unordered_map
89 unordered_map(__move_source<_Self> src) function in class:unordered_map
95 unordered_map(_InputIterator __f, _InputIterator __l, function in class:unordered_map
102 unordered_map(const value_type* __f, const value_type* __l, function in class:unordered_map
109 unordered_map(const_iterator __f, const_iterator __l, function in class:unordered_map
190 #if defined (__DMC__) // disable operator==(pair<x,unordered_map>, pair<x,unordered_map>)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_unordered_map.h 37 class unordered_map class in inherits:__stlport_class
39 : public __stlport_class<unordered_map<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> >
43 typedef unordered_map<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> _Self;
83 explicit unordered_map(size_type __n = 0, const hasher& __hf = hasher(), function in class:unordered_map
89 unordered_map(__move_source<_Self> src) function in class:unordered_map
95 unordered_map(_InputIterator __f, _InputIterator __l, function in class:unordered_map
102 unordered_map(const value_type* __f, const value_type* __l, function in class:unordered_map
109 unordered_map(const_iterator __f, const_iterator __l, function in class:unordered_map
190 #if defined (__DMC__) // disable operator==(pair<x,unordered_map>, pair<x,unordered_map>)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/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}
37 /// Base types for unordered_map.
97 class unordered_map : __check_copy_constructible<_Alloc> class in inherits:__check_copy_constructible
138 unordered_map(size_type __n = 10, function in class:unordered_map
146 * @brief Builds an %unordered_map from a range.
154 * Create an %unordered_map consisting of copies of the elements from
159 unordered_map(_InputIterator __f, _InputIterator __l, function in class:unordered_map
168 unordered_map(const unordered_map&) = default
184 unordered_map(initializer_list<value_type> __l, function in class:unordered_map
    [all...]
  /external/clang/test/SemaTemplate/
default-expr-arguments.cpp 312 struct unordered_map { struct in namespace:PR13758
313 explicit unordered_map(int n = 42);
314 unordered_map(move_from<K> other);
318 new unordered_map<void>();
319 new unordered_map<void>;

Completed in 813 milliseconds