| /freebsd-9-stable/contrib/libstdc++/include/ext/ |
| D | ropeimpl.h | 350 _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 …]
|
| D | slist | 238 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);
|
| D | hashtable.h | 285 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());
|
| D | hash_set | 122 get_allocator() const 123 { return _M_ht.get_allocator(); } 327 get_allocator() const 328 { return _M_ht.get_allocator(); }
|
| D | hash_map | 120 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/ |
| D | basic_string.tcc | 184 : _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()
|
| D | stl_set.h | 222 get_allocator() const in _GLIBCXX_BEGIN_NESTED_NAMESPACE() 223 { return _M_t.get_allocator(); } in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
|
| D | stl_multiset.h | 212 get_allocator() const in _GLIBCXX_BEGIN_NESTED_NAMESPACE() 213 { return _M_t.get_allocator(); } in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
|
| D | stl_multimap.h | 233 get_allocator() const in _GLIBCXX_BEGIN_NESTED_NAMESPACE() 234 { return _M_t.get_allocator(); } in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
|
| D | stl_list.h | 343 get_allocator() const in get_allocator() function 584 get_allocator() const in get_allocator() function 585 { return _Base::get_allocator(); } in get_allocator()
|
| D | stl_map.h | 234 get_allocator() const in _GLIBCXX_BEGIN_NESTED_NAMESPACE() 235 { return _M_t.get_allocator(); } in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
|
| D | stl_bvector.h | 410 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()
|
| D | stl_vector.h | 109 get_allocator() const in get_allocator() function 332 using _Base::get_allocator;
|
| D | stl_deque.h | 377 get_allocator() const in get_allocator() function 802 get_allocator() const in get_allocator() function 803 { return _Base::get_allocator(); } in get_allocator()
|
| D | stl_tree.h | 363 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/ |
| D | hash_set | 54 allocator_type get_allocator() const; 140 allocator_type get_allocator() const; 260 allocator_type get_allocator() const 481 allocator_type get_allocator() const
|
| D | hash_map | 55 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/ |
| D | set | 130 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())
|
| D | unordered_set | 91 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/ |
| D | hash_multiset.h | 79 using _Base::get_allocator;
|
| D | hash_set.h | 79 using _Base::get_allocator;
|
| D | hash_multimap.h | 81 using _Base::get_allocator;
|
| D | hash_map.h | 82 using _Base::get_allocator;
|
| D | set.h | 104 using _Base::get_allocator;
|
| D | multiset.h | 104 using _Base::get_allocator;
|