HomeSort by relevance Sort by last modified time
    Searched refs:_Hashtable (Results 1 - 25 of 90) sorted by null

1 2 3 4

  /external/clang/test/SemaCXX/
libstdcxx_map_base_hack.cpp 11 typename _Hashtable>
19 template<typename _Key2, typename _Pair, typename _Hashtable>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
hashtable_policy.h 62 // Auxiliary types used for all instantiations of _Hashtable: nodes
66 // template parameter of class template _Hashtable controls whether
363 // Many of class template _Hashtable's template parameters are policy
490 // Base classes for std::_Hashtable. We define these base classes
496 // template _Hashtable, so we use the "curiously recurring template
505 typename _Hashtable>
508 template<typename _Key, typename _Pair, typename _Hashtable>
509 struct _Map_base<_Key, _Pair, std::_Select1st<_Pair>, false, _Hashtable>
514 template<typename _Key, typename _Pair, typename _Hashtable>
515 struct _Map_base<_Key, _Pair, std::_Select1st<_Pair>, true, _Hashtable>
    [all...]
hashtable.h 41 // Class template _Hashtable, class definition.
43 // Meaning of class template _Hashtable's template parameters
93 // __unique_keys: bool. true if the return value of _Hashtable::count(k)
105 class _Hashtable
107 _Hashtable<_Key, _Value, _Allocator,
117 _Hashtable<_Key, _Value, _Allocator,
125 _Hashtable<_Key, _Value, _Allocator,
202 _Hashtable(size_type __bucket_hint,
208 _Hashtable(_InputIterator __first, _InputIterator __last,
214 _Hashtable(const _Hashtable&)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
hashtable_policy.h 62 // Auxiliary types used for all instantiations of _Hashtable: nodes
66 // template parameter of class template _Hashtable controls whether
363 // Many of class template _Hashtable's template parameters are policy
490 // Base classes for std::_Hashtable. We define these base classes
496 // template _Hashtable, so we use the "curiously recurring template
505 typename _Hashtable>
508 template<typename _Key, typename _Pair, typename _Hashtable>
509 struct _Map_base<_Key, _Pair, std::_Select1st<_Pair>, false, _Hashtable>
514 template<typename _Key, typename _Pair, typename _Hashtable>
515 struct _Map_base<_Key, _Pair, std::_Select1st<_Pair>, true, _Hashtable>
    [all...]
hashtable.h 41 // Class template _Hashtable, class definition.
43 // Meaning of class template _Hashtable's template parameters
93 // __unique_keys: bool. true if the return value of _Hashtable::count(k)
105 class _Hashtable
107 _Hashtable<_Key, _Value, _Allocator,
117 _Hashtable<_Key, _Value, _Allocator,
125 _Hashtable<_Key, _Value, _Allocator,
202 _Hashtable(size_type __bucket_hint,
208 _Hashtable(_InputIterator __first, _InputIterator __last,
214 _Hashtable(const _Hashtable&)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
hashtable_policy.h 62 // Auxiliary types used for all instantiations of _Hashtable: nodes
66 // template parameter of class template _Hashtable controls whether
363 // Many of class template _Hashtable's template parameters are policy
490 // Base classes for std::_Hashtable. We define these base classes
496 // template _Hashtable, so we use the "curiously recurring template
505 typename _Hashtable>
508 template<typename _Key, typename _Pair, typename _Hashtable>
509 struct _Map_base<_Key, _Pair, std::_Select1st<_Pair>, false, _Hashtable>
514 template<typename _Key, typename _Pair, typename _Hashtable>
515 struct _Map_base<_Key, _Pair, std::_Select1st<_Pair>, true, _Hashtable>
    [all...]
hashtable.h 41 // Class template _Hashtable, class definition.
43 // Meaning of class template _Hashtable's template parameters
93 // __unique_keys: bool. true if the return value of _Hashtable::count(k)
105 class _Hashtable
107 _Hashtable<_Key, _Value, _Allocator,
117 _Hashtable<_Key, _Value, _Allocator,
125 _Hashtable<_Key, _Value, _Allocator,
202 _Hashtable(size_type __bucket_hint,
208 _Hashtable(_InputIterator __first, _InputIterator __last,
214 _Hashtable(const _Hashtable&)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
unordered_set.h 46 using __uset_hashtable = _Hashtable<_Value, _Value, _Alloc,
61 using __umset_hashtable = _Hashtable<_Value, _Value, _Alloc,
86 * Base is _Hashtable, dispatched at compile time via template
95 typedef __uset_hashtable<_Value, _Hash, _Pred, _Alloc> _Hashtable;
96 _Hashtable _M_h;
102 typedef typename _Hashtable::key_type key_type;
103 typedef typename _Hashtable::value_type value_type;
104 typedef typename _Hashtable::hasher hasher;
105 typedef typename _Hashtable::key_equal key_equal;
106 typedef typename _Hashtable::allocator_type allocator_type
    [all...]
hashtable.h 49 * Primary class template _Hashtable.
99 * Each _Hashtable data structure has:
150 * where the derived _Hashtable class is used in _Map_base,
170 class _Hashtable
339 _M_assign(const _Hashtable&, const _NodeGenerator&);
342 _M_move_assign(_Hashtable&&, std::true_type);
345 _M_move_assign(_Hashtable&&, std::false_type);
352 _Hashtable(size_type __bucket_hint,
358 _Hashtable(_InputIterator __first, _InputIterator __last,
364 _Hashtable(const _Hashtable&)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/tr1/
hashtable.h 44 // Class template _Hashtable, class definition.
46 // Meaning of class template _Hashtable's template parameters
96 // __unique_keys: bool. true if the return value of _Hashtable::count(k)
108 class _Hashtable
110 _Hashtable<_Key, _Value, _Allocator,
120 _Hashtable<_Key, _Value, _Allocator,
195 _Hashtable(size_type __bucket_hint,
201 _Hashtable(_InputIterator __first, _InputIterator __last,
207 _Hashtable(const _Hashtable&)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
hashtable.h 44 // Class template _Hashtable, class definition.
46 // Meaning of class template _Hashtable's template parameters
96 // __unique_keys: bool. true if the return value of _Hashtable::count(k)
108 class _Hashtable
110 _Hashtable<_Key, _Value, _Allocator,
120 _Hashtable<_Key, _Value, _Allocator,
195 _Hashtable(size_type __bucket_hint,
201 _Hashtable(_InputIterator __first, _InputIterator __last,
207 _Hashtable(const _Hashtable&)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
hashtable.h 44 // Class template _Hashtable, class definition.
46 // Meaning of class template _Hashtable's template parameters
96 // __unique_keys: bool. true if the return value of _Hashtable::count(k)
108 class _Hashtable
110 _Hashtable<_Key, _Value, _Allocator,
120 _Hashtable<_Key, _Value, _Allocator,
195 _Hashtable(size_type __bucket_hint,
201 _Hashtable(_InputIterator __first, _InputIterator __last,
207 _Hashtable(const _Hashtable&)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
hashtable.h 44 // Class template _Hashtable, class definition.
46 // Meaning of class template _Hashtable's template parameters
96 // __unique_keys: bool. true if the return value of _Hashtable::count(k)
108 class _Hashtable
110 _Hashtable<_Key, _Value, _Allocator,
120 _Hashtable<_Key, _Value, _Allocator,
195 _Hashtable(size_type __bucket_hint,
201 _Hashtable(_InputIterator __first, _InputIterator __last,
207 _Hashtable(const _Hashtable&)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
hashtable.h 44 // Class template _Hashtable, class definition.
46 // Meaning of class template _Hashtable's template parameters
96 // __unique_keys: bool. true if the return value of _Hashtable::count(k)
108 class _Hashtable
110 _Hashtable<_Key, _Value, _Allocator,
120 _Hashtable<_Key, _Value, _Allocator,
195 _Hashtable(size_type __bucket_hint,
201 _Hashtable(_InputIterator __first, _InputIterator __last,
207 _Hashtable(const _Hashtable&)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
hashtable.h 44 // Class template _Hashtable, class definition.
46 // Meaning of class template _Hashtable's template parameters
96 // __unique_keys: bool. true if the return value of _Hashtable::count(k)
108 class _Hashtable
110 _Hashtable<_Key, _Value, _Allocator,
120 _Hashtable<_Key, _Value, _Allocator,
195 _Hashtable(size_type __bucket_hint,
201 _Hashtable(_InputIterator __first, _InputIterator __last,
207 _Hashtable(const _Hashtable&)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
hashtable.h 44 // Class template _Hashtable, class definition.
46 // Meaning of class template _Hashtable's template parameters
96 // __unique_keys: bool. true if the return value of _Hashtable::count(k)
108 class _Hashtable
110 _Hashtable<_Key, _Value, _Allocator,
120 _Hashtable<_Key, _Value, _Allocator,
195 _Hashtable(size_type __bucket_hint,
201 _Hashtable(_InputIterator __first, _InputIterator __last,
207 _Hashtable(const _Hashtable&)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/
hashtable.h 44 // Class template _Hashtable, class definition.
46 // Meaning of class template _Hashtable's template parameters
96 // __unique_keys: bool. true if the return value of _Hashtable::count(k)
108 class _Hashtable
110 _Hashtable<_Key, _Value, _Allocator,
120 _Hashtable<_Key, _Value, _Allocator,
195 _Hashtable(size_type __bucket_hint,
201 _Hashtable(_InputIterator __first, _InputIterator __last,
207 _Hashtable(const _Hashtable&)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
hashtable.h 44 // Class template _Hashtable, class definition.
46 // Meaning of class template _Hashtable's template parameters
96 // __unique_keys: bool. true if the return value of _Hashtable::count(k)
108 class _Hashtable
110 _Hashtable<_Key, _Value, _Allocator,
120 _Hashtable<_Key, _Value, _Allocator,
195 _Hashtable(size_type __bucket_hint,
201 _Hashtable(_InputIterator __first, _InputIterator __last,
207 _Hashtable(const _Hashtable&)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
hashtable_policy.h 69 // Auxiliary types used for all instantiations of _Hashtable: nodes
73 // template parameter of class template _Hashtable controls whether
232 // Many of class template _Hashtable's template parameters are policy
388 // Base classes for std::_Hashtable. We define these base classes
394 // template _Hashtable, so we use the "curiously recurring template
403 typename _Hashtable>
406 template<typename _Key, typename _Pair, typename _Hashtable>
407 struct _Map_base<_Key, _Pair, std::_Select1st<_Pair>, false, _Hashtable>
412 template<typename _Key, typename _Pair, typename _Hashtable>
413 struct _Map_base<_Key, _Pair, std::_Select1st<_Pair>, true, _Hashtable>
    [all...]
hashtable.h 42 // Class template _Hashtable, class definition.
44 // Meaning of class template _Hashtable's template parameters
91 // __unique_keys: bool. true if the return value of _Hashtable::count(k)
96 * Here's _Hashtable data structure, each _Hashtable has:
148 class _Hashtable
150 _Hashtable<_Key, _Value, _Allocator,
160 _Hashtable<_Key, _Value, _Allocator,
168 _Hashtable<_Key, _Value, _Allocator,
293 _Hashtable(size_type __bucket_hint
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
hashtable_policy.h 69 // Auxiliary types used for all instantiations of _Hashtable: nodes
73 // template parameter of class template _Hashtable controls whether
232 // Many of class template _Hashtable's template parameters are policy
388 // Base classes for std::_Hashtable. We define these base classes
394 // template _Hashtable, so we use the "curiously recurring template
403 typename _Hashtable>
406 template<typename _Key, typename _Pair, typename _Hashtable>
407 struct _Map_base<_Key, _Pair, std::_Select1st<_Pair>, false, _Hashtable>
412 template<typename _Key, typename _Pair, typename _Hashtable>
413 struct _Map_base<_Key, _Pair, std::_Select1st<_Pair>, true, _Hashtable>
    [all...]
hashtable.h 42 // Class template _Hashtable, class definition.
44 // Meaning of class template _Hashtable's template parameters
91 // __unique_keys: bool. true if the return value of _Hashtable::count(k)
96 * Here's _Hashtable data structure, each _Hashtable has:
148 class _Hashtable
150 _Hashtable<_Key, _Value, _Allocator,
160 _Hashtable<_Key, _Value, _Allocator,
168 _Hashtable<_Key, _Value, _Allocator,
293 _Hashtable(size_type __bucket_hint
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
unordered_set.h 46 using __uset_hashtable = _Hashtable<_Value, _Value, _Alloc,
61 using __umset_hashtable = _Hashtable<_Value, _Value, _Alloc,
86 * Base is _Hashtable, dispatched at compile time via template
95 typedef __uset_hashtable<_Value, _Hash, _Pred, _Alloc> _Hashtable;
96 _Hashtable _M_h;
102 typedef typename _Hashtable::key_type key_type;
103 typedef typename _Hashtable::value_type value_type;
104 typedef typename _Hashtable::hasher hasher;
105 typedef typename _Hashtable::key_equal key_equal;
106 typedef typename _Hashtable::allocator_type allocator_type
    [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 46 using __uset_hashtable = _Hashtable<_Value, _Value, _Alloc,
61 using __umset_hashtable = _Hashtable<_Value, _Value, _Alloc,
86 * Base is _Hashtable, dispatched at compile time via template
95 typedef __uset_hashtable<_Value, _Hash, _Pred, _Alloc> _Hashtable;
96 _Hashtable _M_h;
102 typedef typename _Hashtable::key_type key_type;
103 typedef typename _Hashtable::value_type value_type;
104 typedef typename _Hashtable::hasher hasher;
105 typedef typename _Hashtable::key_equal key_equal;
106 typedef typename _Hashtable::allocator_type allocator_type
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
unordered_set.h 46 using __uset_hashtable = _Hashtable<_Value, _Value, _Alloc,
61 using __umset_hashtable = _Hashtable<_Value, _Value, _Alloc,
86 * Base is _Hashtable, dispatched at compile time via template
95 typedef __uset_hashtable<_Value, _Hash, _Pred, _Alloc> _Hashtable;
96 _Hashtable _M_h;
102 typedef typename _Hashtable::key_type key_type;
103 typedef typename _Hashtable::value_type value_type;
104 typedef typename _Hashtable::hasher hasher;
105 typedef typename _Hashtable::key_equal key_equal;
106 typedef typename _Hashtable::allocator_type allocator_type
    [all...]

Completed in 1106 milliseconds

1 2 3 4