Lines Matching refs:allocator_type

356   typedef _Alloc allocator_type;
358 allocator_type get_allocator() const { return allocator_type(_M_size); }
362 _STLP_PRIV _STLP_alloc_proxy<size_t, _CharT, allocator_type> _M_size;
365 _Rope_RopeRep() : _Refcount_Base(1), _M_size(allocator_type(), 0) {
379 allocator_type __a) :
412 allocator_type __a) {
468 typedef typename _RopeRep::allocator_type allocator_type;
470 _Rope_RopeLeaf( _CharT* __d, size_t _p_size, allocator_type __a)
502 typedef typename _RopeRep::allocator_type allocator_type;
503 _Rope_RopeConcatenation(_RopeRep* __l, _RopeRep* __r, allocator_type __a)
534 typedef typename _Rope_RopeRep<_CharT,_Alloc>::allocator_type allocator_type;
541 bool __d, allocator_type __a)
599 typedef typename _RopeRep::allocator_type allocator_type;
601 _Rope_RopeSubstring(_RopeRep* __b, size_t __s, size_t __l, allocator_type __a)
1126 typedef _Alloc allocator_type;
1130 _STLP_PRIV _STLP_alloc_proxy<_RopeRep*, _CharT, allocator_type> _M_tree_ptr;
1133 allocator_type get_allocator() const { return allocator_type(_M_tree_ptr); }
1198 size_t _p_size, allocator_type __a) {
1199 _RopeLeaf* __space = _STLP_CREATE_ALLOCATOR(allocator_type, __a,
1204 _STLP_UNWIND(_STLP_CREATE_ALLOCATOR(allocator_type,__a,
1210 allocator_type __a) {
1211 _RopeConcatenation* __space = _STLP_CREATE_ALLOCATOR(allocator_type, __a,
1217 size_t _p_size, bool __d, allocator_type __a) {
1218 _RopeFunction* __space = _STLP_CREATE_ALLOCATOR(allocator_type, __a,
1224 size_t __l, allocator_type __a) {
1225 _RopeSubstring* __space = _STLP_CREATE_ALLOCATOR(allocator_type, __a,
1232 size_t _p_size, allocator_type __a) {
1235 _CharT* __buf = _STLP_CREATE_ALLOCATOR(allocator_type,__a, _CharT).allocate(_S_rounded_up_size(_p_size));
1285 rope(_RopeRep* __t, const allocator_type& __a = allocator_type())
1365 rope(const _CharT* __s, const allocator_type& __a = allocator_type())
1370 const allocator_type& __a = allocator_type())
1378 const allocator_type& __a = allocator_type())
1383 const allocator_type& __a = allocator_type())
1389 const allocator_type& __a = allocator_type())
1394 rope(_CharT __c, const allocator_type& __a = allocator_type())
1408 const allocator_type& __a = allocator_type()):
1466 rope(const allocator_type& __a = allocator_type())
1471 const allocator_type& __a = allocator_type())