Home
last modified time | relevance | path

Searched refs:_STLP_TEMPLATE_CONTAINER (Results 1 – 15 of 15) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_relops_cont.h7 inline bool _STLP_CALL operator==(const _STLP_TEMPLATE_CONTAINER& __x,
8 const _STLP_TEMPLATE_CONTAINER& __y) {
15 inline bool _STLP_CALL operator<(const _STLP_TEMPLATE_CONTAINER& __x,
16 const _STLP_TEMPLATE_CONTAINER& __y) {
21 _STLP_RELOPS_OPERATORS( _STLP_TEMPLATE_HEADER , _STLP_TEMPLATE_CONTAINER ) in _STLP_RELOPS_OPERATORS() argument
25 inline void _STLP_CALL swap(_STLP_TEMPLATE_CONTAINER& __x, in _STLP_RELOPS_OPERATORS()
26 _STLP_TEMPLATE_CONTAINER& __y) { in _STLP_RELOPS_OPERATORS()
D_relops_hash_cont.h9 swap(_STLP_TEMPLATE_CONTAINER& __hm1, _STLP_TEMPLATE_CONTAINER& __hm2) { in swap()
D_map.h408 #define _STLP_TEMPLATE_CONTAINER map<_Key,_Tp,_Compare,_Alloc> macro
410 #undef _STLP_TEMPLATE_CONTAINER
411 #define _STLP_TEMPLATE_CONTAINER multimap<_Key,_Tp,_Compare,_Alloc> macro
413 #undef _STLP_TEMPLATE_CONTAINER
D_unordered_set.h328 #define _STLP_TEMPLATE_CONTAINER unordered_set<_Value,_HashFcn,_EqualKey,_Alloc> macro
332 #undef _STLP_TEMPLATE_CONTAINER
333 #define _STLP_TEMPLATE_CONTAINER unordered_multiset<_Value,_HashFcn,_EqualKey,_Alloc> macro
336 #undef _STLP_TEMPLATE_CONTAINER
D_set.h386 #define _STLP_TEMPLATE_CONTAINER set<_Key,_Compare,_Alloc> macro
388 #undef _STLP_TEMPLATE_CONTAINER
389 #define _STLP_TEMPLATE_CONTAINER multiset<_Key,_Compare,_Alloc> macro
391 #undef _STLP_TEMPLATE_CONTAINER
D_unordered_map.h352 #define _STLP_TEMPLATE_CONTAINER unordered_map<_Key,_Tp,_HashFcn,_EqlKey,_Alloc> macro
356 #undef _STLP_TEMPLATE_CONTAINER
357 #define _STLP_TEMPLATE_CONTAINER unordered_multimap<_Key,_Tp,_HashFcn,_EqlKey,_Alloc> macro
361 #undef _STLP_TEMPLATE_CONTAINER
D_hash_set.h408 #define _STLP_TEMPLATE_CONTAINER hash_set<_Value,_HashFcn,_EqualKey,_Alloc> macro
412 #undef _STLP_TEMPLATE_CONTAINER
413 #define _STLP_TEMPLATE_CONTAINER hash_multiset<_Value,_HashFcn,_EqualKey,_Alloc> macro
416 #undef _STLP_TEMPLATE_CONTAINER
D_hash_map.h417 #define _STLP_TEMPLATE_CONTAINER hash_map<_Key,_Tp,_HashFcn,_EqlKey,_Alloc> macro
419 #undef _STLP_TEMPLATE_CONTAINER
420 #define _STLP_TEMPLATE_CONTAINER hash_multimap<_Key,_Tp,_HashFcn,_EqlKey,_Alloc> macro
422 #undef _STLP_TEMPLATE_CONTAINER
D_hashtable.h636 #define _STLP_TEMPLATE_CONTAINER hashtable<_Val,_Key,_HF,_Traits,_ExK,_EqK,_All>
638 #undef _STLP_TEMPLATE_CONTAINER
D_tree.h667 #define _STLP_TEMPLATE_CONTAINER _STLP_PRIV _Rb_tree<_Key,_Compare,_Value,_KeyOfValue,_Traits,_Allo…
669 #undef _STLP_TEMPLATE_CONTAINER
D_list.h722 #define _STLP_TEMPLATE_CONTAINER list<_Tp, _Alloc>
724 #undef _STLP_TEMPLATE_CONTAINER
D_vector.h745 #define _STLP_TEMPLATE_CONTAINER vector<_Tp, _Alloc>
747 #undef _STLP_TEMPLATE_CONTAINER
D_bvector.h816 # define _STLP_TEMPLATE_CONTAINER __BVECTOR_QUALIFIED
818 # undef _STLP_TEMPLATE_CONTAINER
D_slist.h857 #define _STLP_TEMPLATE_CONTAINER slist<_Tp, _Alloc>
859 #undef _STLP_TEMPLATE_CONTAINER
D_deque.h1094 #define _STLP_TEMPLATE_CONTAINER deque<_Tp, _Alloc>
1097 #undef _STLP_TEMPLATE_CONTAINER