Searched defs:_STLP_TEMPLATE_CONTAINER (Results 1 – 7 of 7) sorted by relevance
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _relops_cont.h | 21 _STLP_RELOPS_OPERATORS( _STLP_TEMPLATE_HEADER , _STLP_TEMPLATE_CONTAINER ) in _STLP_RELOPS_OPERATORS() argument
|
D | _hash_set.h | 408 #define _STLP_TEMPLATE_CONTAINER hash_set<_Value,_HashFcn,_EqualKey,_Alloc> macro 413 #define _STLP_TEMPLATE_CONTAINER hash_multiset<_Value,_HashFcn,_EqualKey,_Alloc> macro
|
D | _unordered_set.h | 328 #define _STLP_TEMPLATE_CONTAINER unordered_set<_Value,_HashFcn,_EqualKey,_Alloc> macro 333 #define _STLP_TEMPLATE_CONTAINER unordered_multiset<_Value,_HashFcn,_EqualKey,_Alloc> macro
|
D | _hash_map.h | 417 #define _STLP_TEMPLATE_CONTAINER hash_map<_Key,_Tp,_HashFcn,_EqlKey,_Alloc> macro 420 #define _STLP_TEMPLATE_CONTAINER hash_multimap<_Key,_Tp,_HashFcn,_EqlKey,_Alloc> macro
|
D | _set.h | 386 #define _STLP_TEMPLATE_CONTAINER set<_Key,_Compare,_Alloc> macro 389 #define _STLP_TEMPLATE_CONTAINER multiset<_Key,_Compare,_Alloc> macro
|
D | _map.h | 408 #define _STLP_TEMPLATE_CONTAINER map<_Key,_Tp,_Compare,_Alloc> macro 411 #define _STLP_TEMPLATE_CONTAINER multimap<_Key,_Tp,_Compare,_Alloc> macro
|
D | _unordered_map.h | 352 #define _STLP_TEMPLATE_CONTAINER unordered_map<_Key,_Tp,_HashFcn,_EqlKey,_Alloc> macro 357 #define _STLP_TEMPLATE_CONTAINER unordered_multimap<_Key,_Tp,_HashFcn,_EqlKey,_Alloc> macro
|