Searched defs:_STLP_TEMPLATE_CONTAINER (Results 1 - 13 of 13) sorted by relevance

/external/stlport/stlport/stl/
H A D_map.h408 #define _STLP_TEMPLATE_CONTAINER map<_Key,_Tp,_Compare,_Alloc> macro
410 #undef _STLP_TEMPLATE_CONTAINER macro
411 #define _STLP_TEMPLATE_CONTAINER multimap<_Key,_Tp,_Compare,_Alloc> macro
413 #undef _STLP_TEMPLATE_CONTAINER macro
H A D_set.h386 #define _STLP_TEMPLATE_CONTAINER set<_Key,_Compare,_Alloc> macro
388 #undef _STLP_TEMPLATE_CONTAINER macro
389 #define _STLP_TEMPLATE_CONTAINER multiset<_Key,_Compare,_Alloc> macro
391 #undef _STLP_TEMPLATE_CONTAINER macro
H A D_hash_map.h417 #define _STLP_TEMPLATE_CONTAINER hash_map<_Key,_Tp,_HashFcn,_EqlKey,_Alloc> macro
419 #undef _STLP_TEMPLATE_CONTAINER macro
420 #define _STLP_TEMPLATE_CONTAINER hash_multimap<_Key,_Tp,_HashFcn,_EqlKey,_Alloc> macro
422 #undef _STLP_TEMPLATE_CONTAINER macro
H A D_hash_set.h408 #define _STLP_TEMPLATE_CONTAINER hash_set<_Value,_HashFcn,_EqualKey,_Alloc> macro
412 #undef _STLP_TEMPLATE_CONTAINER macro
413 #define _STLP_TEMPLATE_CONTAINER hash_multiset<_Value,_HashFcn,_EqualKey,_Alloc> macro
416 #undef _STLP_TEMPLATE_CONTAINER macro
H A D_unordered_map.h352 #define _STLP_TEMPLATE_CONTAINER unordered_map<_Key,_Tp,_HashFcn,_EqlKey,_Alloc> macro
356 #undef _STLP_TEMPLATE_CONTAINER macro
357 #define _STLP_TEMPLATE_CONTAINER unordered_multimap<_Key,_Tp,_HashFcn,_EqlKey,_Alloc> macro
361 #undef _STLP_TEMPLATE_CONTAINER macro
H A D_unordered_set.h328 #define _STLP_TEMPLATE_CONTAINER unordered_set<_Value,_HashFcn,_EqualKey,_Alloc> macro
332 #undef _STLP_TEMPLATE_CONTAINER macro
333 #define _STLP_TEMPLATE_CONTAINER unordered_multiset<_Value,_HashFcn,_EqualKey,_Alloc> macro
336 #undef _STLP_TEMPLATE_CONTAINER macro
H A D_hashtable.h636 #define _STLP_TEMPLATE_CONTAINER hashtable<_Val,_Key,_HF,_Traits,_ExK,_EqK,_All> macro
638 #undef _STLP_TEMPLATE_CONTAINER macro
H A D_bvector.h816 # define _STLP_TEMPLATE_CONTAINER __BVECTOR_QUALIFIED macro
818 # undef _STLP_TEMPLATE_CONTAINER macro
H A D_deque.h1094 #define _STLP_TEMPLATE_CONTAINER deque<_Tp, _Alloc> macro
1097 #undef _STLP_TEMPLATE_CONTAINER macro
H A D_list.h722 #define _STLP_TEMPLATE_CONTAINER list<_Tp, _Alloc> macro
724 #undef _STLP_TEMPLATE_CONTAINER macro
H A D_slist.h857 #define _STLP_TEMPLATE_CONTAINER slist<_Tp, _Alloc> macro
859 #undef _STLP_TEMPLATE_CONTAINER macro
H A D_tree.h667 #define _STLP_TEMPLATE_CONTAINER _STLP_PRIV _Rb_tree<_Key,_Compare,_Value,_KeyOfValue,_Traits,_Alloc> macro
669 #undef _STLP_TEMPLATE_CONTAINER macro
H A D_vector.h745 #define _STLP_TEMPLATE_CONTAINER vector<_Tp, _Alloc> macro
747 #undef _STLP_TEMPLATE_CONTAINER macro

Completed in 6212 milliseconds