/prebuilts/misc/common/swig/include/2.0.11/std/ |
std_multiset.i | 43 template <class _Key, class _Compare = std::less<_Key>, 44 class _Alloc = allocator<_Key> > 49 typedef _Key value_type; 50 typedef _Key key_type; 57 %traits_swigtype(_Key); 59 %fragment(SWIG_Traits_frag(std::multiset<_Key, _Compare, _Alloc >), "header", 60 fragment=SWIG_Traits_frag(_Key), 63 template <> struct traits<std::multiset<_Key, _Compare, _Alloc > > { 66 return "std::multiset<" #_Key "," #_Compare "," #_Alloc " >" [all...] |
std_map.i | 66 template<class _Key, class _Tp, class _Compare = std::less<_Key >, 67 class _Alloc = allocator<std::pair<const _Key, _Tp > > > 72 typedef _Key key_type; 74 typedef std::pair<const _Key, _Tp> value_type; 82 %traits_swigtype(_Key); 85 %fragment(SWIG_Traits_frag(std::pair< _Key, _Tp >), "header", 86 fragment=SWIG_Traits_frag(_Key), 90 template <> struct traits<std::pair< _Key, _Tp > > { 93 return "std::pair<" #_Key "," #_Tp " >" [all...] |
std_multimap.i | 44 template<class _Key, class _Tp, class _Compare = std::less<_Key >, 45 class _Alloc = allocator<std::pair<const _Key, _Tp > > > 50 typedef _Key key_type; 52 typedef std::pair<const _Key, _Tp> value_type; 60 %traits_swigtype(_Key); 63 %fragment(SWIG_Traits_frag(std::pair< _Key, _Tp >), "header", 64 fragment=SWIG_Traits_frag(_Key), 68 template <> struct traits<std::pair< _Key, _Tp > > { 71 return "std::pair<" #_Key "," #_Tp " >" [all...] |
std_set.i | 79 template <class _Key, class _Compare = std::less<_Key>, 80 class _Alloc = allocator<_Key> > 85 typedef _Key value_type; 86 typedef _Key key_type; 93 %traits_swigtype(_Key); 95 %fragment(SWIG_Traits_frag(std::set<_Key, _Compare, _Alloc >), "header", 96 fragment=SWIG_Traits_frag(_Key), 99 template <> struct traits<std::set<_Key, _Compare, _Alloc > > { 102 return "std::set<" #_Key "," #_Compare "," #_Alloc " >" [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/ |
unordered_map.h | 38 template<class _Key, class _Tp, 39 class _Hash = hash<_Key>, 40 class _Pred = std::equal_to<_Key>, 41 class _Alloc = std::allocator<std::pair<const _Key, _Tp> >, 44 : public _Hashtable<_Key, std::pair<const _Key, _Tp>, _Alloc, 45 std::_Select1st<std::pair<const _Key, _Tp> >, _Pred, 51 typedef _Hashtable<_Key, std::pair<const _Key, _Tp>, _Alloc, 52 std::_Select1st<std::pair<const _Key, _Tp> >, _Pred [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/ |
unordered_map.h | 38 template<class _Key, class _Tp, 39 class _Hash = hash<_Key>, 40 class _Pred = std::equal_to<_Key>, 41 class _Alloc = std::allocator<std::pair<const _Key, _Tp> >, 44 : public _Hashtable<_Key, std::pair<const _Key, _Tp>, _Alloc, 45 std::_Select1st<std::pair<const _Key, _Tp> >, _Pred, 51 typedef _Hashtable<_Key, std::pair<const _Key, _Tp>, _Alloc, 52 std::_Select1st<std::pair<const _Key, _Tp> >, _Pred [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/ |
unordered_map.h | 38 template<class _Key, class _Tp, 39 class _Hash = hash<_Key>, 40 class _Pred = std::equal_to<_Key>, 41 class _Alloc = std::allocator<std::pair<const _Key, _Tp> >, 44 : public _Hashtable<_Key, std::pair<const _Key, _Tp>, _Alloc, 45 std::_Select1st<std::pair<const _Key, _Tp> >, _Pred, 51 typedef _Hashtable<_Key, std::pair<const _Key, _Tp>, _Alloc, 52 std::_Select1st<std::pair<const _Key, _Tp> >, _Pred [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/ |
unordered_map.h | 38 template<class _Key, class _Tp, 39 class _Hash = hash<_Key>, 40 class _Pred = std::equal_to<_Key>, 41 class _Alloc = std::allocator<std::pair<const _Key, _Tp> >, 44 : public _Hashtable<_Key, std::pair<const _Key, _Tp>, _Alloc, 45 std::_Select1st<std::pair<const _Key, _Tp> >, _Pred, 51 typedef _Hashtable<_Key, std::pair<const _Key, _Tp>, _Alloc, 52 std::_Select1st<std::pair<const _Key, _Tp> >, _Pred [all...] |
/external/clang/test/Modules/Inputs/PR20399/ |
stl_map.h | 7 template <typename _Key>
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sec_api/ |
search_s.h | 17 _CRTIMP void *__cdecl _lfind_s(const void *_Key,const void *_Base,unsigned int *_NumOfElements,size_t _SizeOfElements,int (__cdecl *_PtFuncCompare)(void *,const void *,const void *),void *_Context); 18 _CRTIMP void *__cdecl _lsearch_s(const void *_Key,void *_Base,unsigned int *_NumOfElements,size_t _SizeOfElements,int (__cdecl *_PtFuncCompare)(void *,const void *,const void *),void *_Context);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
stl_multiset.h | 75 * @tparam _Key Type of key objects. 76 * @tparam _Compare Comparison function object type, defaults to less<_Key>. 77 * @tparam _Alloc Allocator type, defaults to allocator<_Key>. 90 template <typename _Key, typename _Compare = std::less<_Key>, 91 typename _Alloc = std::allocator<_Key> > 96 __glibcxx_class_requires(_Key, _SGIAssignableConcept) 97 __glibcxx_class_requires4(_Compare, bool, _Key, _Key, 99 __glibcxx_class_requires2(_Key, _Alloc_value_type, _SameTypeConcept) [all...] |
stl_set.h | 74 * @tparam _Key Type of key objects. 75 * @tparam _Compare Comparison function object type, defaults to less<_Key>. 76 * @tparam _Alloc Allocator type, defaults to allocator<_Key>. 88 template<typename _Key, typename _Compare = std::less<_Key>, 89 typename _Alloc = std::allocator<_Key> > 94 __glibcxx_class_requires(_Key, _SGIAssignableConcept) 95 __glibcxx_class_requires4(_Compare, bool, _Key, _Key, 97 __glibcxx_class_requires2(_Key, _Alloc_value_type, _SameTypeConcept [all...] |
stl_multimap.h | 74 * @tparam _Key Type of key objects. 76 * @tparam _Compare Comparison function object type, defaults to less<_Key>. 78 * allocator<pair<const _Key, _Tp>. 92 template <typename _Key, typename _Tp, 93 typename _Compare = std::less<_Key>, 94 typename _Alloc = std::allocator<std::pair<const _Key, _Tp> > > 98 typedef _Key key_type; 100 typedef std::pair<const _Key, _Tp> value_type; 108 __glibcxx_class_requires4(_Compare, bool, _Key, _Key, [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ |
stl_multiset.h | 75 * @tparam _Key Type of key objects. 76 * @tparam _Compare Comparison function object type, defaults to less<_Key>. 77 * @tparam _Alloc Allocator type, defaults to allocator<_Key>. 90 template <typename _Key, typename _Compare = std::less<_Key>, 91 typename _Alloc = std::allocator<_Key> > 96 __glibcxx_class_requires(_Key, _SGIAssignableConcept) 97 __glibcxx_class_requires4(_Compare, bool, _Key, _Key, 99 __glibcxx_class_requires2(_Key, _Alloc_value_type, _SameTypeConcept) [all...] |
stl_set.h | 74 * @tparam _Key Type of key objects. 75 * @tparam _Compare Comparison function object type, defaults to less<_Key>. 76 * @tparam _Alloc Allocator type, defaults to allocator<_Key>. 88 template<typename _Key, typename _Compare = std::less<_Key>, 89 typename _Alloc = std::allocator<_Key> > 94 __glibcxx_class_requires(_Key, _SGIAssignableConcept) 95 __glibcxx_class_requires4(_Compare, bool, _Key, _Key, 97 __glibcxx_class_requires2(_Key, _Alloc_value_type, _SameTypeConcept [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
stl_multiset.h | 75 * @tparam _Key Type of key objects. 76 * @tparam _Compare Comparison function object type, defaults to less<_Key>. 77 * @tparam _Alloc Allocator type, defaults to allocator<_Key>. 90 template <typename _Key, typename _Compare = std::less<_Key>, 91 typename _Alloc = std::allocator<_Key> > 96 __glibcxx_class_requires(_Key, _SGIAssignableConcept) 97 __glibcxx_class_requires4(_Compare, bool, _Key, _Key, 99 __glibcxx_class_requires2(_Key, _Alloc_value_type, _SameTypeConcept) [all...] |
stl_set.h | 74 * @tparam _Key Type of key objects. 75 * @tparam _Compare Comparison function object type, defaults to less<_Key>. 76 * @tparam _Alloc Allocator type, defaults to allocator<_Key>. 88 template<typename _Key, typename _Compare = std::less<_Key>, 89 typename _Alloc = std::allocator<_Key> > 94 __glibcxx_class_requires(_Key, _SGIAssignableConcept) 95 __glibcxx_class_requires4(_Compare, bool, _Key, _Key, 97 __glibcxx_class_requires2(_Key, _Alloc_value_type, _SameTypeConcept [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
search.h | 18 void *__cdecl bsearch(const void *_Key,const void *_Base,size_t _NumOfElements,size_t _SizeOfElements,int (__cdecl *_PtFuncCompare)(const void *,const void *)); 21 _CRTIMP void *__cdecl _lfind(const void *_Key,const void *_Base,unsigned int *_NumOfElements,unsigned int _SizeOfElements,int (__cdecl *_PtFuncCompare)(const void *,const void *)); 22 _CRTIMP void *__cdecl _lsearch(const void *_Key,void *_Base,unsigned int *_NumOfElements,unsigned int _SizeOfElements,int (__cdecl *_PtFuncCompare)(const void *,const void *)); 25 void *__cdecl lfind(const void *_Key,const void *_Base,unsigned int *_NumOfElements,unsigned int _SizeOfElements,int (__cdecl *_PtFuncCompare)(const void *,const void *)) __MINGW_ATTRIB_DEPRECATED_MSVC2005; 26 void *__cdecl lsearch(const void *_Key,void *_Base,unsigned int *_NumOfElements,unsigned int _SizeOfElements,int (__cdecl *_PtFuncCompare)(const void *,const void *)) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
stl_multiset.h | 75 * @tparam _Key Type of key objects. 76 * @tparam _Compare Comparison function object type, defaults to less<_Key>. 77 * @tparam _Alloc Allocator type, defaults to allocator<_Key>. 90 template <typename _Key, typename _Compare = std::less<_Key>, 91 typename _Alloc = std::allocator<_Key> > 96 __glibcxx_class_requires(_Key, _SGIAssignableConcept) 97 __glibcxx_class_requires4(_Compare, bool, _Key, _Key, 99 __glibcxx_class_requires2(_Key, _Alloc_value_type, _SameTypeConcept) [all...] |
stl_set.h | 74 * @tparam _Key Type of key objects. 75 * @tparam _Compare Comparison function object type, defaults to less<_Key>. 76 * @tparam _Alloc Allocator type, defaults to allocator<_Key>. 88 template<typename _Key, typename _Compare = std::less<_Key>, 89 typename _Alloc = std::allocator<_Key> > 94 __glibcxx_class_requires(_Key, _SGIAssignableConcept) 95 __glibcxx_class_requires4(_Compare, bool, _Key, _Key, 97 __glibcxx_class_requires2(_Key, _Alloc_value_type, _SameTypeConcept [all...] |
stl_tree.h | 344 template<typename _Key, typename _Val, typename _KeyOfValue, 358 typedef _Key key_type; 505 static bool _M_compare_with(_KeyCompareT& __comp, const _Key& __x, const _Key& __y) { 515 bool operator()(const _Key& __x, const _Key& __y) const { 519 bool operator()(const _Key& __x, const _Key& __y) { 579 static const _Key& 603 static const _Key [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_hashtable.c | 113 # define key_type _Key 117 _Key, _HF, _ExK, _EqK, _All> 119 _Key, _HF, _ExK, _EqK, _All> 121 # define __size_type__ _STLP_TYPENAME_ON_RETURN_TYPE hashtable<_Val, _Key, _HF, _Traits, _ExK, _EqK, _All>::size_type 122 # define __reference__ _STLP_TYPENAME_ON_RETURN_TYPE hashtable<_Val, _Key, _HF, _Traits, _ExK, _EqK, _All>::reference 123 # define __iterator__ _STLP_TYPENAME_ON_RETURN_TYPE hashtable<_Val, _Key, _HF, _Traits, _ExK, _EqK, _All>::iterator 124 # define __const_iterator__ _STLP_TYPENAME_ON_RETURN_TYPE hashtable<_Val, _Key, _HF, _Traits, _ExK, _EqK, _All>::const_iterator 130 template <class _Val, class _Key, class _HF, 132 bool hashtable<_Val,_Key,_HF,_Traits,_ExK,_EqK,_All>::_M_equal( 133 const hashtable<_Val,_Key,_HF,_Traits,_ExK,_EqK,_All>& __ht1 [all...] |
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/ |
_hashtable.c | 113 # define key_type _Key 117 _Key, _HF, _ExK, _EqK, _All> 119 _Key, _HF, _ExK, _EqK, _All> 121 # define __size_type__ _STLP_TYPENAME_ON_RETURN_TYPE hashtable<_Val, _Key, _HF, _Traits, _ExK, _EqK, _All>::size_type 122 # define __reference__ _STLP_TYPENAME_ON_RETURN_TYPE hashtable<_Val, _Key, _HF, _Traits, _ExK, _EqK, _All>::reference 123 # define __iterator__ _STLP_TYPENAME_ON_RETURN_TYPE hashtable<_Val, _Key, _HF, _Traits, _ExK, _EqK, _All>::iterator 124 # define __const_iterator__ _STLP_TYPENAME_ON_RETURN_TYPE hashtable<_Val, _Key, _HF, _Traits, _ExK, _EqK, _All>::const_iterator 130 template <class _Val, class _Key, class _HF, 132 bool hashtable<_Val,_Key,_HF,_Traits,_ExK,_EqK,_All>::_M_equal( 133 const hashtable<_Val,_Key,_HF,_Traits,_ExK,_EqK,_All>& __ht1 [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/debug/ |
map.h | 41 template<typename _Key, typename _Tp, typename _Compare = std::less<_Key>, 42 typename _Allocator = std::allocator<std::pair<const _Key, _Tp> > > 44 : public _GLIBCXX_STD_C::map<_Key, _Tp, _Compare, _Allocator>, 45 public __gnu_debug::_Safe_sequence<map<_Key, _Tp, _Compare, _Allocator> > 47 typedef _GLIBCXX_STD_C::map<_Key, _Tp, _Compare, _Allocator> _Base; 54 typedef _Key key_type; 56 typedef std::pair<const _Key, _Tp> value_type; 439 template<typename _Key, typename _Tp, 442 operator==(const map<_Key, _Tp, _Compare, _Allocator>& __lhs [all...] |
multimap.h | 41 template<typename _Key, typename _Tp, typename _Compare = std::less<_Key>, 42 typename _Allocator = std::allocator<std::pair<const _Key, _Tp> > > 44 : public _GLIBCXX_STD_C::multimap<_Key, _Tp, _Compare, _Allocator>, 45 public __gnu_debug::_Safe_sequence<multimap<_Key, _Tp, 48 typedef _GLIBCXX_STD_C::multimap<_Key, _Tp, _Compare, _Allocator> _Base; 55 typedef _Key key_type; 57 typedef std::pair<const _Key, _Tp> value_type; 422 template<typename _Key, typename _Tp, 425 operator==(const multimap<_Key, _Tp, _Compare, _Allocator>& __lhs [all...] |