Home | History | Annotate | Download | only in ext

Lines Matching defs:_S_construct

233 	  return _S_construct(__beg, __end, __a, _Tag());
247 { return _S_construct(__req, __c, __a); }
251 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a)
260 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a,
267 _S_construct(_FwdIterator __beg, _FwdIterator __end, const _Alloc& __a,
271 _S_construct(size_type __req, _CharT __c, const _Alloc& __a);
472 : _M_dataplus(__a, _S_construct(size_type(), _CharT(), __a)) { }
483 : _M_dataplus(__a, _S_construct(__n, __c, __a)) { }
490 : _M_dataplus(__a, _S_construct(__beg, __end, __a)) { }
510 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a,
555 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a,
564 "_S_construct null not valid"));
584 _S_construct(size_type __n, _CharT __c, const _Alloc& __a)