Searched refs:get_allocator (Results 1 - 15 of 15) sorted by last modified time

/haiku/headers/cpp/
H A Dstl_vector.h57 allocator_type get_allocator() const { return _M_data_allocator; } function in class:_Vector_alloc_base
82 allocator_type get_allocator() const { return allocator_type(); } function in class:_Vector_alloc_base
126 allocator_type get_allocator() const { return allocator_type(); }
171 allocator_type get_allocator() const { return _Base::get_allocator(); } function in class:vector
248 : _Base(__x.size(), __x.get_allocator())
546 vector<_Tp, _Alloc> __tmp(__n, __val, get_allocator());
H A Dropeimpl.h398 __r->get_allocator());
401 __r->get_allocator()));
447 _S_new_RopeConcatenation(__left, __right, __left->get_allocator());
451 __stl_assert(__left->get_allocator() == __right->get_allocator());
489 __r->get_allocator());
518 __STL_ROPE_FROM_UNOWNED_CHAR_PTR(__s, __slen, __r->get_allocator());
539 __r->get_allocator());
578 __STL_ROPE_FROM_UNOWNED_CHAR_PTR(__s, __slen, __r->get_allocator());
690 __base->get_allocator());
[all...]
H A Dstl_bvector.h255 allocator_type get_allocator() const { return _M_data_allocator; } function in class:_Bvector_alloc_base
282 allocator_type get_allocator() const { return allocator_type(); } function in class:_Bvector_alloc_base
326 allocator_type get_allocator() const { return allocator_type(); } function in class:_Bvector_base
402 allocator_type get_allocator() const { return _Base::get_allocator(); } function in class:vector
541 __BVECTOR(const __BVECTOR& __x) : _Base(__x.get_allocator()) {
H A Dstl_deque.h277 allocator_type get_allocator() const { return node_allocator; } function in class:_Deque_iterator::_Deque_alloc_base
311 allocator_type get_allocator() const { return allocator_type(); } function in class:_Deque_iterator::_Deque_alloc_base
379 allocator_type get_allocator() const { return allocator_type(); } function in class:_Deque_iterator::_Deque_base
492 allocator_type get_allocator() const { return _Base::get_allocator(); } function in class:_Deque_iterator::deque
568 deque(const deque& __x) : _Base(__x.get_allocator(), __x.size())
H A Dstl_hash_map.h79 allocator_type get_allocator() const { return _M_ht.get_allocator(); } function in class:hash_map
262 allocator_type get_allocator() const { return _M_ht.get_allocator(); } function in class:hash_multimap
H A Dstl_hash_set.h76 allocator_type get_allocator() const { return _M_ht.get_allocator(); } function in class:hash_set
255 allocator_type get_allocator() const { return _M_ht.get_allocator(); } function in class:hash_multiset
H A Dstl_hashtable.h210 allocator_type get_allocator() const { return _M_node_allocator; } function in class:hashtable
219 allocator_type get_allocator() const { return allocator_type(); } function in class:hashtable
277 : __HASH_ALLOC_INIT(__ht.get_allocator())
281 _M_buckets(__ht.get_allocator()),
925 _M_buckets.get_allocator());
H A Dstl_list.h138 allocator_type get_allocator() const { return _Node_allocator; } function in class:_List_alloc_base
161 allocator_type get_allocator() const { return allocator_type(); } function in class:_List_alloc_base
206 allocator_type get_allocator() const { return allocator_type(); } function in class:_List_base
263 allocator_type get_allocator() const { return _Base::get_allocator(); } function in class:list
434 list(const list<_Tp, _Alloc>& __x) : _Base(__x.get_allocator())
H A Dstl_map.h137 allocator_type get_allocator() const { return _M_t.get_allocator(); } function in class:map
H A Dstl_multimap.h134 allocator_type get_allocator() const { return _M_t.get_allocator(); } function in class:multimap
H A Dstl_multiset.h126 allocator_type get_allocator() const { return _M_t.get_allocator(); } function in class:multiset
H A Dstl_rope.h283 allocator_type get_allocator() const { return _M_data_allocator; } function in class:_Rope_rep_alloc_base
311 allocator_type get_allocator() const { return allocator_type(); } function in class:_Rope_rep_alloc_base
352 static allocator_type get_allocator() { return allocator_type(); } function in class:_Rope_rep_base
582 __STL_FREE_STRING(_M_data, _M_size, get_allocator());
1169 allocator_type get_allocator() const { return _M_data_allocator; } function in class:_Rope_alloc_base
1199 allocator_type get_allocator() const { return allocator_type(); } function in class:_Rope_alloc_base
1241 static allocator_type get_allocator() { return allocator_type(); } function in class:_Rope_base
1686 __stl_assert(get_allocator() == __x.get_allocator());
1718 __STL_ROPE_FROM_UNOWNED_CHAR_PTR(&__x, 1, get_allocator());
[all...]
H A Dstl_set.h120 allocator_type get_allocator() const { return _M_t.get_allocator(); } function in class:set
H A Dstl_slist.h188 allocator_type get_allocator() const { return _M_node_allocator; } function in class:_Slist_alloc_base
210 allocator_type get_allocator() const { return allocator_type(); } function in class:_Slist_alloc_base
257 allocator_type get_allocator() const { return allocator_type(); } function in struct:_Slist_base
317 allocator_type get_allocator() const { return _Base::get_allocator(); } function in class:slist
379 slist(const slist& __x) : _Base(__x.get_allocator())
H A Dstl_tree.h443 allocator_type get_allocator() const { return _M_node_allocator; } function in class:_Rb_tree_alloc_base
464 allocator_type get_allocator() const { return allocator_type(); } function in class:_Rb_tree_alloc_base
502 allocator_type get_allocator() const { return allocator_type(); } function in struct:_Rb_tree_base
541 allocator_type get_allocator() const { return _Base::get_allocator(); } function in class:_Rb_tree
657 : _Base(__x.get_allocator()),

Completed in 119 milliseconds