HomeSort by relevance Sort by last modified time
    Searched refs:_Map_base (Results 1 - 9 of 9) sorted by null

  /external/clang/test/SemaCXX/
libstdcxx_map_base_hack.cpp 12 struct _Map_base { };
20 friend struct __detail::_Map_base;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
hashtable_policy.h 492 // class template _Map_base. If the hashtable has a value type of the
499 struct _Map_base { };
502 struct _Map_base<_Key, _Pair, std::_Select1st<_Pair>, false, _Hashtable>
508 struct _Map_base<_Key, _Pair, std::_Select1st<_Pair>, true, _Hashtable>
517 typename _Map_base<_Key, _Pair, std::_Select1st<_Pair>,
519 _Map_base<_Key, _Pair, std::_Select1st<_Pair>, true, _Hashtable>::
hashtable.h 119 public __detail::_Map_base<_Key, _Value, _ExtractKey, __unique_keys,
133 // mapped_type, if present, comes from _Map_base.
160 friend struct __detail::_Map_base;
526 __detail::_Map_base<_Key, _Value, _ExtractKey, __uk, _Hashtable>(),
552 __detail::_Map_base<_Key, _Value, _ExtractKey, __uk, _Hashtable>(),
587 __detail::_Map_base<_Key, _Value, _ExtractKey, __uk, _Hashtable>(__ht),
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
hashtable_policy.h 492 // class template _Map_base. If the hashtable has a value type of the
499 struct _Map_base { };
502 struct _Map_base<_Key, _Pair, std::_Select1st<_Pair>, false, _Hashtable>
508 struct _Map_base<_Key, _Pair, std::_Select1st<_Pair>, true, _Hashtable>
517 typename _Map_base<_Key, _Pair, std::_Select1st<_Pair>,
519 _Map_base<_Key, _Pair, std::_Select1st<_Pair>, true, _Hashtable>::
hashtable.h 119 public __detail::_Map_base<_Key, _Value, _ExtractKey, __unique_keys,
133 // mapped_type, if present, comes from _Map_base.
160 friend struct __detail::_Map_base;
526 __detail::_Map_base<_Key, _Value, _ExtractKey, __uk, _Hashtable>(),
552 __detail::_Map_base<_Key, _Value, _ExtractKey, __uk, _Hashtable>(),
587 __detail::_Map_base<_Key, _Value, _ExtractKey, __uk, _Hashtable>(__ht),
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
hashtable_policy.h 411 * Primary class template _Map_base.
424 struct _Map_base { };
430 struct _Map_base<_Key, _Pair, _Alloc, _Select1st, _Equal,
440 struct _Map_base<_Key, _Pair, _Alloc, _Select1st, _Equal,
479 typename _Map_base<_Key, _Pair, _Alloc, _Select1st, _Equal,
482 _Map_base<_Key, _Pair, _Alloc, _Select1st, _Equal,
505 typename _Map_base<_Key, _Pair, _Alloc, _Select1st, _Equal,
508 _Map_base<_Key, _Pair, _Alloc, _Select1st, _Equal,
531 typename _Map_base<_Key, _Pair, _Alloc, _Select1st, _Equal,
534 _Map_base<_Key, _Pair, _Alloc, _Select1st, _Equal
    [all...]
hashtable.h 154 * where the derived _Hashtable class is used in _Map_base,
165 * - __detail::_Map_base
177 public __detail::_Map_base<_Key, _Value, _Alloc, _ExtractKey, _Equal,
192 // mapped_type, if present, comes from _Map_base.
225 using __map_base = __detail::_Map_base<_Key, _Value, _Alloc, _ExtractKey,
290 friend struct __detail::_Map_base;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
hashtable_policy.h 411 * Primary class template _Map_base.
424 struct _Map_base { };
430 struct _Map_base<_Key, _Pair, _Alloc, _Select1st, _Equal,
440 struct _Map_base<_Key, _Pair, _Alloc, _Select1st, _Equal,
479 typename _Map_base<_Key, _Pair, _Alloc, _Select1st, _Equal,
482 _Map_base<_Key, _Pair, _Alloc, _Select1st, _Equal,
505 typename _Map_base<_Key, _Pair, _Alloc, _Select1st, _Equal,
508 _Map_base<_Key, _Pair, _Alloc, _Select1st, _Equal,
531 typename _Map_base<_Key, _Pair, _Alloc, _Select1st, _Equal,
534 _Map_base<_Key, _Pair, _Alloc, _Select1st, _Equal
    [all...]
hashtable.h 154 * where the derived _Hashtable class is used in _Map_base,
165 * - __detail::_Map_base
177 public __detail::_Map_base<_Key, _Value, _Alloc, _ExtractKey, _Equal,
192 // mapped_type, if present, comes from _Map_base.
225 using __map_base = __detail::_Map_base<_Key, _Value, _Alloc, _ExtractKey,
290 friend struct __detail::_Map_base;
    [all...]

Completed in 347 milliseconds