HomeSort by relevance Sort by last modified time
    Searched full:_m_construct (Results 1 - 9 of 9) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
sso_string_base.h 102 _M_construct(__beg, __end, _Tag());
114 { _M_construct(__req, __c); }
118 _M_construct(_InIterator __beg, _InIterator __end)
127 _M_construct(_InIterator __beg, _InIterator __end,
134 _M_construct(_FwdIterator __beg, _FwdIterator __end,
138 _M_construct(size_type __req, _CharT __c);
344 { _M_construct(__rcs._M_data(), __rcs._M_data() + __rcs._M_length()); }
374 { _M_construct(__n, __c); }
382 { _M_construct(__beg, __end); }
392 _M_construct(_InIterator __beg, _InIterator __end
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
sso_string_base.h 102 _M_construct(__beg, __end, _Tag());
114 { _M_construct(__req, __c); }
118 _M_construct(_InIterator __beg, _InIterator __end)
127 _M_construct(_InIterator __beg, _InIterator __end,
134 _M_construct(_FwdIterator __beg, _FwdIterator __end,
138 _M_construct(size_type __req, _CharT __c);
344 { _M_construct(__rcs._M_data(), __rcs._M_data() + __rcs._M_length()); }
374 { _M_construct(__n, __c); }
382 { _M_construct(__beg, __end); }
392 _M_construct(_InIterator __beg, _InIterator __end
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
sso_string_base.h 102 _M_construct(__beg, __end, _Tag());
114 { _M_construct(__req, __c); }
118 _M_construct(_InIterator __beg, _InIterator __end)
127 _M_construct(_InIterator __beg, _InIterator __end,
134 _M_construct(_FwdIterator __beg, _FwdIterator __end,
138 _M_construct(size_type __req, _CharT __c);
344 { _M_construct(__rcs._M_data(), __rcs._M_data() + __rcs._M_length()); }
374 { _M_construct(__n, __c); }
382 { _M_construct(__beg, __end); }
392 _M_construct(_InIterator __beg, _InIterator __end
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
sso_string_base.h 109 _M_construct(__beg, __end, _Tag());
121 { _M_construct(__req, __c); }
125 _M_construct(_InIterator __beg, _InIterator __end)
134 _M_construct(_InIterator __beg, _InIterator __end,
141 _M_construct(_FwdIterator __beg, _FwdIterator __end,
145 _M_construct(size_type __req, _CharT __c);
370 { _M_construct(__rcs._M_data(), __rcs._M_data() + __rcs._M_length()); }
400 { _M_construct(__n, __c); }
408 { _M_construct(__beg, __end); }
418 _M_construct(_InIterator __beg, _InIterator __end
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/experimental/
optional 221 this->_M_construct(__other._M_get());
228 this->_M_construct(std::move(__other._M_get()));
240 this->_M_construct(__other._M_get());
258 this->_M_construct(std::move(__other._M_get()));
287 // The _M_construct operation has !_M_engaged as a precondition
291 _M_construct(_Args&&... __args)
362 this->_M_construct(__other._M_get());
369 this->_M_construct(std::move(__other._M_get()));
380 this->_M_construct(__other._M_get());
397 this->_M_construct(std::move(__other._M_get()))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
scoped_allocator 204 _M_construct(__uses_alloc0, _Tp* __p, _Args&&... __args)
216 _M_construct(__uses_alloc1_, _Tp* __p, _Args&&... __args)
226 _M_construct(__uses_alloc2_, _Tp* __p, _Args&&... __args)
343 _M_construct(__use_tag, __p, std::forward<_Args>(__args)...);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
scoped_allocator 204 _M_construct(__uses_alloc0, _Tp* __p, _Args&&... __args)
216 _M_construct(__uses_alloc1_, _Tp* __p, _Args&&... __args)
226 _M_construct(__uses_alloc2_, _Tp* __p, _Args&&... __args)
343 _M_construct(__use_tag, __p, std::forward<_Args>(__args)...);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
scoped_allocator 204 _M_construct(__uses_alloc0, _Tp* __p, _Args&&... __args)
216 _M_construct(__uses_alloc1_, _Tp* __p, _Args&&... __args)
226 _M_construct(__uses_alloc2_, _Tp* __p, _Args&&... __args)
343 _M_construct(__use_tag, __p, std::forward<_Args>(__args)...);
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/
scoped_allocator 204 _M_construct(__uses_alloc0, _Tp* __p, _Args&&... __args)
216 _M_construct(__uses_alloc1_, _Tp* __p, _Args&&... __args)
226 _M_construct(__uses_alloc2_, _Tp* __p, _Args&&... __args)
343 _M_construct(__use_tag, __p, std::forward<_Args>(__args)...);

Completed in 435 milliseconds