/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_set.h | 44 template <class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less<_Key>), 45 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Key>) > 48 : public __stlport_class<set<_Key, _Compare, _Alloc> > 51 typedef set<_Key, _Compare, _Alloc> _Self; 54 typedef _Key key_type; 55 typedef _Key value_type; 214 template <class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less<_Key>), 215 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Key>) > [all...] |
_hash_map.h | 42 template <class _Key, class _Tp, _STLP_DFL_TMPL_PARAM(_HashFcn,hash<_Key>), 43 _STLP_DFL_TMPL_PARAM(_EqualKey,equal_to<_Key>), 44 _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(_STLP_CONST _Key, _Tp) > 47 : public __stlport_class<hash_map<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> > 51 typedef hash_map<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> _Self; 53 typedef _Key key_type; 63 _STLP_SELECT1ST(value_type, _Key), _EqualKey, _Alloc > _Ht; 233 template <class _Key, class _Tp, _STLP_DFL_TMPL_PARAM(_HashFcn,hash<_Key>), [all...] |
_tree.c | 49 # define __iterator__ _STLP_TYPENAME_ON_RETURN_TYPE _Rb_tree<_Key, _Compare, _Value, _KeyOfValue, _Traits, _Alloc>::iterator 50 # define __size_type__ _STLP_TYPENAME_ON_RETURN_TYPE _Rb_tree<_Key, _Compare, _Value, _KeyOfValue, _Traits, _Alloc>::size_type 318 template <class _Key, class _Compare, 320 _Rb_tree<_Key,_Compare,_Value,_KeyOfValue,_Traits,_Alloc>& 321 _Rb_tree<_Key,_Compare,_Value,_KeyOfValue,_Traits,_Alloc> ::operator=( 322 const _Rb_tree<_Key,_Compare,_Value,_KeyOfValue,_Traits,_Alloc>& __x) { 324 // Note that _Key may be a constant type. 347 template <class _Key, class _Compare, 350 _Rb_tree<_Key,_Compare,_Value,_KeyOfValue,_Traits,_Alloc> ::_M_insert(_Rb_tree_node_base * __parent, 384 template <class _Key, class _Compare [all...] |
_hashtable.h | 99 template <class _Val, class _Key, class _HF, 223 template <class _Val, class _Key, class _HF, 226 typedef hashtable<_Val, _Key, _HF, _Traits, _ExK, _EqK, _All> _Self; 233 typedef _Key key_type; 635 #define _STLP_TEMPLATE_HEADER template <class _Val, class _Key, class _HF, class _Traits, class _ExK, class _EqK, class _All> 636 #define _STLP_TEMPLATE_CONTAINER hashtable<_Val,_Key,_HF,_Traits,_ExK,_EqK,_All> 642 template <class _Val, class _Key, class _HF, class _Traits, class _ExK, class _EqK, class _All> 643 struct __move_traits<hashtable<_Val, _Key, _HF, _Traits, _ExK, _EqK, _All> > {
|
_tree.h | 289 template <class _Key, class _Compare, 294 typedef _Rb_tree<_Key, _Compare, _Value, _KeyOfValue, _Traits, _Alloc> _Self; 301 typedef _Key key_type; 357 static const _Key& _STLP_CALL _S_key(_Base_ptr __x) 666 #define _STLP_TEMPLATE_HEADER template <class _Key, class _Compare, class _Value, class _KeyOfValue, class _Traits, class _Alloc> 667 #define _STLP_TEMPLATE_CONTAINER _STLP_PRIV _Rb_tree<_Key,_Compare,_Value,_KeyOfValue,_Traits,_Alloc> 673 template <class _Key, class _Compare, class _Value, class _KeyOfValue, class _Traits, class _Alloc> 674 struct __move_traits<_STLP_PRIV _Rb_tree<_Key, _Compare, _Value, _KeyOfValue, _Traits, _Alloc> >
|
_hash_fun.h | 40 template <class _Key> struct hash { };
|
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/ |
_set.h | 44 template <class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less<_Key>), 45 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Key>) > 48 : public __stlport_class<set<_Key, _Compare, _Alloc> > 51 typedef set<_Key, _Compare, _Alloc> _Self; 54 typedef _Key key_type; 55 typedef _Key value_type; 214 template <class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less<_Key>), 215 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Key>) > [all...] |
_hash_map.h | 42 template <class _Key, class _Tp, _STLP_DFL_TMPL_PARAM(_HashFcn,hash<_Key>), 43 _STLP_DFL_TMPL_PARAM(_EqualKey,equal_to<_Key>), 44 _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(_STLP_CONST _Key, _Tp) > 47 : public __stlport_class<hash_map<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> > 51 typedef hash_map<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> _Self; 53 typedef _Key key_type; 63 _STLP_SELECT1ST(value_type, _Key), _EqualKey, _Alloc > _Ht; 233 template <class _Key, class _Tp, _STLP_DFL_TMPL_PARAM(_HashFcn,hash<_Key>), [all...] |
_tree.c | 49 # define __iterator__ _STLP_TYPENAME_ON_RETURN_TYPE _Rb_tree<_Key, _Compare, _Value, _KeyOfValue, _Traits, _Alloc>::iterator 50 # define __size_type__ _STLP_TYPENAME_ON_RETURN_TYPE _Rb_tree<_Key, _Compare, _Value, _KeyOfValue, _Traits, _Alloc>::size_type 318 template <class _Key, class _Compare, 320 _Rb_tree<_Key,_Compare,_Value,_KeyOfValue,_Traits,_Alloc>& 321 _Rb_tree<_Key,_Compare,_Value,_KeyOfValue,_Traits,_Alloc> ::operator=( 322 const _Rb_tree<_Key,_Compare,_Value,_KeyOfValue,_Traits,_Alloc>& __x) { 324 // Note that _Key may be a constant type. 347 template <class _Key, class _Compare, 350 _Rb_tree<_Key,_Compare,_Value,_KeyOfValue,_Traits,_Alloc> ::_M_insert(_Rb_tree_node_base * __parent, 384 template <class _Key, class _Compare [all...] |
_hashtable.h | 99 template <class _Val, class _Key, class _HF, 223 template <class _Val, class _Key, class _HF, 226 typedef hashtable<_Val, _Key, _HF, _Traits, _ExK, _EqK, _All> _Self; 233 typedef _Key key_type; 635 #define _STLP_TEMPLATE_HEADER template <class _Val, class _Key, class _HF, class _Traits, class _ExK, class _EqK, class _All> 636 #define _STLP_TEMPLATE_CONTAINER hashtable<_Val,_Key,_HF,_Traits,_ExK,_EqK,_All> 642 template <class _Val, class _Key, class _HF, class _Traits, class _ExK, class _EqK, class _All> 643 struct __move_traits<hashtable<_Val, _Key, _HF, _Traits, _ExK, _EqK, _All> > {
|
_tree.h | 289 template <class _Key, class _Compare, 294 typedef _Rb_tree<_Key, _Compare, _Value, _KeyOfValue, _Traits, _Alloc> _Self; 301 typedef _Key key_type; 357 static const _Key& _STLP_CALL _S_key(_Base_ptr __x) 666 #define _STLP_TEMPLATE_HEADER template <class _Key, class _Compare, class _Value, class _KeyOfValue, class _Traits, class _Alloc> 667 #define _STLP_TEMPLATE_CONTAINER _STLP_PRIV _Rb_tree<_Key,_Compare,_Value,_KeyOfValue,_Traits,_Alloc> 673 template <class _Key, class _Compare, class _Value, class _KeyOfValue, class _Traits, class _Alloc> 674 struct __move_traits<_STLP_PRIV _Rb_tree<_Key, _Compare, _Value, _KeyOfValue, _Traits, _Alloc> >
|
_hash_fun.h | 40 template <class _Key> struct hash { };
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/backward/ |
hash_fun.h | 67 template<class _Key>
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/backward/ |
hash_fun.h | 67 template<class _Key>
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/backward/ |
hash_fun.h | 67 template<class _Key>
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/backward/ |
hash_fun.h | 67 template<class _Key>
|
/external/clang/test/CodeGenCXX/ |
debug-info-use-after-free.cpp | 203 template < class _Key, class _Tp, class _HashFn = 204 hash < _Key >, class _EqualKey = equal_to < _Key >, class _Alloc = 209 _Key, 211 _Key, 215 _Key,
|
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/ |
_hashtable.h | 45 template <class _Key, class _Equal> 53 bool operator () (const _Key& __lhs, const _Key& __rhs) const 73 _STLP_PRIV _STLP_NON_DBG_NAME(hashtable) <_Val, _Key, _HF, _Traits, _ExK, _STLP_PRIV _DbgEqual<_Key, _EqK>, _All> 76 template <class _Val, class _Key, class _HF, 82 template <class _Val, class _Key, class _HF, 89 template <class _Val, class _Key, class _HF, 92 typedef hashtable<_Val, _Key, _HF, _Traits, _ExK, _EqK, _All> _Self; 104 typedef _Key key_type [all...] |
_tree.h | 49 template <class _Key, class _Compare> 57 bool operator () (const _Key& __lhs, const _Key& __rhs) const { 73 #define _STLP_NON_DBG_TREE _STLP_PRIV _STLP_NON_DBG_NAME(Rb_tree) <_Key, _STLP_PRIV _DbgCompare<_Key, _Compare>, _Value, _KeyOfValue, _Traits, _Alloc> 77 template <class _Key, class _Compare, 82 template <class _Key, class _Compare, 90 template <class _Key, class _Compare, 95 typedef _Rb_tree<_Key, _Compare, _Value, _KeyOfValue, _Traits, _Alloc> _Self;
|
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/debug/ |
_hashtable.h | 45 template <class _Key, class _Equal> 53 bool operator () (const _Key& __lhs, const _Key& __rhs) const 73 _STLP_PRIV _STLP_NON_DBG_NAME(hashtable) <_Val, _Key, _HF, _Traits, _ExK, _STLP_PRIV _DbgEqual<_Key, _EqK>, _All> 76 template <class _Val, class _Key, class _HF, 82 template <class _Val, class _Key, class _HF, 89 template <class _Val, class _Key, class _HF, 92 typedef hashtable<_Val, _Key, _HF, _Traits, _ExK, _EqK, _All> _Self; 104 typedef _Key key_type [all...] |
_tree.h | 49 template <class _Key, class _Compare> 57 bool operator () (const _Key& __lhs, const _Key& __rhs) const { 73 #define _STLP_NON_DBG_TREE _STLP_PRIV _STLP_NON_DBG_NAME(Rb_tree) <_Key, _STLP_PRIV _DbgCompare<_Key, _Compare>, _Value, _KeyOfValue, _Traits, _Alloc> 77 template <class _Key, class _Compare, 82 template <class _Key, class _Compare, 90 template <class _Key, class _Compare, 95 typedef _Rb_tree<_Key, _Compare, _Value, _KeyOfValue, _Traits, _Alloc> _Self;
|
/external/clang/test/CodeGen/ |
2008-03-24-BitField-And-Alloca.c | 30 typedef union _Key {
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/ |
container_base_dispatch.hpp | 55 #define PB_DS_CHECK_KEY_EXISTS(_Key) \ 56 _GLIBCXX_DEBUG_ONLY(debug_base::check_key_exists(_Key, __FILE__, __LINE__);) 58 #define PB_DS_CHECK_KEY_DOES_NOT_EXIST(_Key) \ 59 _GLIBCXX_DEBUG_ONLY(debug_base::check_key_does_not_exist(_Key, \
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/ |
container_base_dispatch.hpp | 55 #define PB_DS_CHECK_KEY_EXISTS(_Key) \ 56 _GLIBCXX_DEBUG_ONLY(debug_base::check_key_exists(_Key, __FILE__, __LINE__);) 58 #define PB_DS_CHECK_KEY_DOES_NOT_EXIST(_Key) \ 59 _GLIBCXX_DEBUG_ONLY(debug_base::check_key_does_not_exist(_Key, \
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/ |
container_base_dispatch.hpp | 55 #define PB_DS_CHECK_KEY_EXISTS(_Key) \ 56 _GLIBCXX_DEBUG_ONLY(debug_base::check_key_exists(_Key, __FILE__, __LINE__);) 58 #define PB_DS_CHECK_KEY_DOES_NOT_EXIST(_Key) \ 59 _GLIBCXX_DEBUG_ONLY(debug_base::check_key_does_not_exist(_Key, \
|