Home | History | Annotate | Download | only in ext

Lines Matching refs:_S_construct

234 	  return _S_construct(__beg, __end, __a, _Tag());
248 { return _S_construct(__req, __c, __a); }
252 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a)
261 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a,
268 _S_construct(_FwdIterator __beg, _FwdIterator __end, const _Alloc& __a,
272 _S_construct(size_type __req, _CharT __c, const _Alloc& __a);
473 : _M_dataplus(__a, _S_construct(size_type(), _CharT(), __a)) { }
484 : _M_dataplus(__a, _S_construct(__n, __c, __a)) { }
491 : _M_dataplus(__a, _S_construct(__beg, __end, __a)) { }
511 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a,
556 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a,
565 "_S_construct null not valid"));
585 _S_construct(size_type __n, _CharT __c, const _Alloc& __a)