Home | History | Annotate | Download | only in bits

Lines Matching refs:_S_construct

436       : _M_dataplus(_S_construct(size_type(), _CharT(), _Alloc()), _Alloc()){ }
508 __str._M_data(_S_construct(size_type(), _CharT(), get_allocator()));
1692 return _S_construct(__beg, __end, __a, _Tag());
1706 { return _S_construct(__req, __c, __a); }
1710 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a)
1719 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a,
1726 _S_construct(_FwdIterator __beg, _FwdIterator __end, const _Alloc& __a,
1730 _S_construct(size_type __req, _CharT __c, const _Alloc& __a);