Home | History | Annotate | Download | only in bits

Lines Matching full:_s_construct

1546           return _S_construct(__beg, __end, __a, _Tag());
1555 { return _S_construct(static_cast<size_type>(__beg), __end, __a); }
1559 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a)
1568 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a,
1575 _S_construct(_FwdIterator __beg, _FwdIterator __end, const _Alloc& __a,
1579 _S_construct(size_type __req, _CharT __c, const _Alloc& __a);
2152 : _M_dataplus(_S_construct(size_type(), _CharT(), _Alloc()), _Alloc()) { }