Home | History | Annotate | Download | only in ext

Lines Matching full:_s_construct

225           return _S_construct(__beg, __end, __a, _Tag());
234 { return _S_construct(static_cast<size_type>(__beg), __end, __a); }
238 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a)
247 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a,
254 _S_construct(_FwdIterator __beg, _FwdIterator __end, const _Alloc& __a,
258 _S_construct(size_type __req, _CharT __c, const _Alloc& __a);
459 : _M_dataplus(__a, _S_construct(size_type(), _CharT(), __a)) { }
470 : _M_dataplus(__a, _S_construct(__n, __c, __a)) { }
477 : _M_dataplus(__a, _S_construct(__beg, __end, __a)) { }
497 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a,
542 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a,
551 "_S_construct NULL not valid"));
571 _S_construct(size_type __n, _CharT __c, const _Alloc& __a)