Home
last modified time | relevance | path

Searched refs:get_allocator (Results 1 – 25 of 47) sorted by relevance

12

/freebsd-9-stable/contrib/libstdc++/include/ext/
Dropeimpl.h350 _Destroy(__cstr, __cstr + __size, get_allocator()); in _M_free_c_string()
445 __r->get_allocator()); in _S_leaf_concat_char_iter()
450 __r->get_allocator()); in _S_leaf_concat_char_iter()
501 get_allocator()); in _S_tree_concat()
543 __r->get_allocator()); in _S_concat_char_iter()
573 __STL_ROPE_FROM_UNOWNED_CHAR_PTR(__s, __slen, __r->get_allocator()); in _S_concat_char_iter()
597 __r->get_allocator()); in _S_destr_concat_char_iter()
639 __STL_ROPE_FROM_UNOWNED_CHAR_PTR(__s, __slen, __r->get_allocator()); in _S_destr_concat_char_iter()
778 __base->get_allocator()); in _S_substring()
785 get_allocator()); in _S_substring()
[all …]
Dslist238 get_allocator() const
265 get_allocator().destroy(&__next->_M_data);
282 get_allocator().destroy(&__tmp->_M_data);
318 get_allocator() const
319 { return _Base::get_allocator(); }
332 get_allocator().construct(&__node->_M_data, __x);
349 get_allocator().construct(&__node->_M_data, value_type());
384 : _Base(__x.get_allocator())
495 get_allocator().destroy(&__node->_M_data);
Dhashtable.h285 get_allocator() const in get_allocator() function
341 : _M_node_allocator(__ht.get_allocator()), _M_hash(__ht._M_hash),
343 _M_buckets(__ht.get_allocator()), _M_num_elements(0)
609 this->get_allocator().construct(&__n->_M_val, __obj);
622 this->get_allocator().destroy(&__n->_M_val);
998 _Vector_type __tmp(__n, (_Node*)(0), _M_buckets.get_allocator());
Dhash_set122 get_allocator() const
123 { return _M_ht.get_allocator(); }
327 get_allocator() const
328 { return _M_ht.get_allocator(); }
Dhash_map120 get_allocator() const
121 { return _M_ht.get_allocator(); }
342 get_allocator() const
343 { return _M_ht.get_allocator(); }
/freebsd-9-stable/contrib/libstdc++/include/bits/
Dbasic_string.tcc184 : _M_dataplus(__str._M_rep()->_M_grab(_Alloc(__str.get_allocator()), in basic_string()
185 __str.get_allocator()), in basic_string()
186 __str.get_allocator()) in basic_string()
253 const allocator_type __a = this->get_allocator(); in assign()
254 _CharT* __tmp = __str._M_rep()->_M_grab(__a, __str.get_allocator()); in assign()
460 const allocator_type __a = get_allocator(); in _M_mutate()
491 const allocator_type __a = get_allocator(); in reserve()
507 if (this->get_allocator() == __s.get_allocator()) in swap()
517 __s.get_allocator()); in swap()
519 this->get_allocator()); in swap()
Dstl_set.h222 get_allocator() const in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
223 { return _M_t.get_allocator(); } in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
Dstl_multiset.h212 get_allocator() const in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
213 { return _M_t.get_allocator(); } in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
Dstl_multimap.h233 get_allocator() const in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
234 { return _M_t.get_allocator(); } in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
Dstl_list.h343 get_allocator() const in get_allocator() function
584 get_allocator() const in get_allocator() function
585 { return _Base::get_allocator(); } in get_allocator()
Dstl_map.h234 get_allocator() const in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
235 { return _M_t.get_allocator(); } in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
Dstl_bvector.h410 get_allocator() const in get_allocator() function
483 allocator_type get_allocator() const in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
484 { return _Base::get_allocator(); } in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
Dstl_vector.h109 get_allocator() const in get_allocator() function
332 using _Base::get_allocator;
Dstl_deque.h377 get_allocator() const in get_allocator() function
802 get_allocator() const in get_allocator() function
803 { return _Base::get_allocator(); } in get_allocator()
Dstl_tree.h363 get_allocator() const in get_allocator() function
380 { get_allocator().construct(&__tmp->_M_value_field, __x); } in _M_create_node()
402 get_allocator().destroy(&__p->_M_value_field); in _M_destroy_node()
670 { return get_allocator().max_size(); }
/freebsd-9-stable/contrib/libc++/include/ext/
Dhash_set54 allocator_type get_allocator() const;
140 allocator_type get_allocator() const;
260 allocator_type get_allocator() const
481 allocator_type get_allocator() const
Dhash_map55 allocator_type get_allocator() const;
145 allocator_type get_allocator() const;
546 allocator_type get_allocator() const
824 allocator_type get_allocator() const
/freebsd-9-stable/contrib/libc++/include/
Dset130 allocator_type get_allocator() const noexcept;
311 allocator_type get_allocator() const noexcept;
641 allocator_type get_allocator() const _NOEXCEPT {return __tree_.__alloc();}
731 if (__a != __s.get_allocator())
1050 allocator_type get_allocator() const _NOEXCEPT {return __tree_.__alloc();}
1141 if (__a != __s.get_allocator())
Dunordered_set91 allocator_type get_allocator() const noexcept;
240 allocator_type get_allocator() const noexcept;
452 allocator_type get_allocator() const _NOEXCEPT
740 if (__a != __u.get_allocator())
986 allocator_type get_allocator() const _NOEXCEPT
1243 if (__a != __u.get_allocator())
/freebsd-9-stable/contrib/libstdc++/include/debug/
Dhash_multiset.h79 using _Base::get_allocator;
Dhash_set.h79 using _Base::get_allocator;
Dhash_multimap.h81 using _Base::get_allocator;
Dhash_map.h82 using _Base::get_allocator;
Dset.h104 using _Base::get_allocator;
Dmultiset.h104 using _Base::get_allocator;

12