Searched defs:_Construct (Results 1 - 12 of 12) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
H A Dstl_construct.h74 _Construct(_T1* __p, _Args&&... __args) function
79 _Construct(_T1* __p, const _T2& __value)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
H A Dstl_construct.h74 _Construct(_T1* __p, _Args&&... __args) function
79 _Construct(_T1* __p, const _T2& __value)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/bits/
H A Dstl_construct.h74 _Construct(_T1* __p, _Args&&... __args) function
79 _Construct(_T1* __p, const _T2& __value)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
H A Dstl_construct.h74 _Construct(_T1* __p, _Args&&... __args) function
79 _Construct(_T1* __p, const _T2& __value)
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dstl_construct.h74 _Construct(_T1* __p, _Args&&... __args) function
79 _Construct(_T1* __p, const _T2& __value)
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dstl_construct.h74 _Construct(_T1* __p, _Args&&... __args) function
79 _Construct(_T1* __p, const _T2& __value)
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dstl_construct.h74 _Construct(_T1* __p, _Args&&... __args) function
79 _Construct(_T1* __p, const _T2& __value)
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dstl_construct.h74 _Construct(_T1* __p, _Args&&... __args) function
79 _Construct(_T1* __p, const _T2& __value)
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
H A D_construct.h106 inline void _Construct(_T1* __p) { function
276 inline void construct(_T1* __p) { _STLP_STD::_Construct(__p); }
/prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
H A D_construct.h106 inline void _Construct(_T1* __p) { function
276 inline void construct(_T1* __p) { _STLP_STD::_Construct(__p); }
/prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
H A D_construct.h106 inline void _Construct(_T1* __p) { function
276 inline void construct(_T1* __p) { _STLP_STD::_Construct(__p); }
/prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
H A D_construct.h106 inline void _Construct(_T1* __p) { function
276 inline void construct(_T1* __p) { _STLP_STD::_Construct(__p); }

Completed in 219 milliseconds