Searched defs:get_allocator (Results 1 - 14 of 14) sorted by relevance

/haiku/headers/cpp/
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_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_set.h120 allocator_type get_allocator() const { return _M_t.get_allocator(); } function in class:set
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
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
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
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
171 allocator_type get_allocator() const { return _Base::get_allocator(); } function in class:vector
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
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
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
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
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
[all...]

Completed in 186 milliseconds