Searched refs:__STL_DEFAULT_ALLOCATOR (Results 1 - 15 of 15) sorted by relevance

/haiku/headers/cpp/
H A Dstl_config.h311 # ifndef __STL_DEFAULT_ALLOCATOR
313 # define __STL_DEFAULT_ALLOCATOR(T) allocator<T> macro
315 # define __STL_DEFAULT_ALLOCATOR(T) alloc macro
H A Dstl_multiset.h43 class _Alloc = __STL_DEFAULT_ALLOCATOR(_Key) >
46 class _Alloc = __STL_DEFAULT_ALLOCATOR(_Key) >
H A Dstl_set.h43 class _Alloc = __STL_DEFAULT_ALLOCATOR(_Key) >
46 class _Alloc = __STL_DEFAULT_ALLOCATOR(_Key) >
H A Dstl_hash_map.h45 class _Alloc = __STL_DEFAULT_ALLOCATOR(_Tp) >
48 class _Alloc = __STL_DEFAULT_ALLOCATOR(_Tp) >
227 class _Alloc = __STL_DEFAULT_ALLOCATOR(_Tp) >
230 class _Alloc = __STL_DEFAULT_ALLOCATOR(_Tp) >
H A Dstl_hash_set.h44 class _Alloc = __STL_DEFAULT_ALLOCATOR(_Value) >
47 class _Alloc = __STL_DEFAULT_ALLOCATOR(_Value) >
223 class _Alloc = __STL_DEFAULT_ALLOCATOR(_Value) >
226 class _Alloc = __STL_DEFAULT_ALLOCATOR(_Value) >
H A Dstl_map.h43 class _Alloc = __STL_DEFAULT_ALLOCATOR(_Tp) >
46 class _Alloc = __STL_DEFAULT_ALLOCATOR(_Tp) >
H A Dstl_multimap.h43 class _Alloc = __STL_DEFAULT_ALLOCATOR(_Tp) >
46 class _Alloc = __STL_DEFAULT_ALLOCATOR(_Tp) >
H A Dropeimpl.h1518 inline void rotate(_Rope_iterator<char,__STL_DEFAULT_ALLOCATOR(char)> __first,
1519 _Rope_iterator<char,__STL_DEFAULT_ALLOCATOR(char)> __middle,
1520 _Rope_iterator<char,__STL_DEFAULT_ALLOCATOR(char)> __last) {
1534 _Rope_iterator<wchar_t,__STL_DEFAULT_ALLOCATOR(char)> __first,
1535 _Rope_iterator<wchar_t,__STL_DEFAULT_ALLOCATOR(char)> __middle,
1536 _Rope_iterator<wchar_t,__STL_DEFAULT_ALLOCATOR(char)> __last) {
H A Dstl_bvector.h371 : public _Bvector_base<__STL_DEFAULT_ALLOCATOR(bool) >
377 typedef _Bvector_base<__STL_DEFAULT_ALLOCATOR(bool) > _Base;
H A Dstl_tree.h522 class _Alloc = __STL_DEFAULT_ALLOCATOR(_Value) >
1310 class _Alloc = __STL_DEFAULT_ALLOCATOR(_Value) >
H A Dstl_list.h246 template <class _Tp, class _Alloc = __STL_DEFAULT_ALLOCATOR(_Tp) >
H A Dstl_slist.h299 template <class _Tp, class _Alloc = __STL_DEFAULT_ALLOCATOR(_Tp) >
H A Dstl_vector.h154 template <class _Tp, class _Alloc = __STL_DEFAULT_ALLOCATOR(_Tp) >
H A Dstl_rope.h220 template<class _CharT, class _Alloc=__STL_DEFAULT_ALLOCATOR(_CharT)> class rope;
810 _ROPE_SWAP_SPECIALIZATION(char,__STL_DEFAULT_ALLOCATOR(char))
H A Dstl_deque.h478 template <class _Tp, class _Alloc = __STL_DEFAULT_ALLOCATOR(_Tp),

Completed in 124 milliseconds