Searched refs:_S_construct (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/libstdcxx-60/src/
H A Dstring-inst.cc68 S::_S_construct(S::iterator, S::iterator,
73 S::_S_construct(C*, C*, const allocator<C>&, forward_iterator_tag);
77 S::_S_construct(const C*, const C*, const allocator<C>&,
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/
H A Drc_string_base.h231 return _S_construct(__beg, __end, __a, _Tag());
238 { return _S_construct(static_cast<size_type>(__beg),
243 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a) function in class:__rc_string_base
252 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a,
259 _S_construct(_FwdIterator __beg, _FwdIterator __end, const _Alloc& __a,
263 _S_construct(size_type __req, _CharT __c, const _Alloc& __a);
458 : _M_dataplus(__a, _S_construct(size_type(), _CharT(), __a)) { }
469 : _M_dataplus(__a, _S_construct(__n, __c, __a)) { }
476 : _M_dataplus(__a, _S_construct(__beg, __end, __a)) { }
496 _S_construct(_InIterato function in class:__rc_string_base
541 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a, function in class:__rc_string_base
570 _S_construct(size_type __n, _CharT __c, const _Alloc& __a) function in class:__rc_string_base
[all...]
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/bits/
H A Dbasic_string.h1464 return _S_construct(__beg, __end, __a, _Tag());
1471 { return _S_construct(static_cast<size_type>(__beg),
1476 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a) function in class:basic_string
1485 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a,
1492 _S_construct(_FwdIterator __beg, _FwdIterator __end, const _Alloc& __a,
1496 _S_construct(size_type __req, _CharT __c, const _Alloc& __a);
2069 : _M_dataplus(_S_construct(size_type(), _CharT(), _Alloc()), _Alloc()) { }

Completed in 191 milliseconds