HomeSort by relevance Sort by last modified time
    Searched defs:_S_construct (Results 1 - 6 of 6) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
alloc_traits.h 253 _S_construct(_Alloc& __a, _Tp* __p, _Args&&... __args)
260 _S_construct(_Alloc&, _Tp* __p, _Args&&... __args)
392 -> decltype(_S_construct(__a, __p, std::forward<_Args>(__args)...))
393 { _S_construct(__a, __p, std::forward<_Args>(__args)...); }
basic_string.h 441 : _M_dataplus(_S_construct(size_type(), _CharT(), _Alloc()), _Alloc()){ }
513 __str._M_data(_S_construct(size_type(), _CharT(), get_allocator()));
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
alloc_traits.h 253 _S_construct(_Alloc& __a, _Tp* __p, _Args&&... __args)
260 _S_construct(_Alloc&, _Tp* __p, _Args&&... __args)
392 -> decltype(_S_construct(__a, __p, std::forward<_Args>(__args)...))
393 { _S_construct(__a, __p, std::forward<_Args>(__args)...); }
basic_string.h 441 : _M_dataplus(_S_construct(size_type(), _CharT(), _Alloc()), _Alloc()){ }
513 __str._M_data(_S_construct(size_type(), _CharT(), get_allocator()));
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
rc_string_base.h 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
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
rc_string_base.h 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
    [all...]

Completed in 155 milliseconds