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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_construct.h 70 _Construct(_T1* __p, const _T2& __value)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_construct.h 75 _Construct(_T1* __p, _Args&&... __args)
80 _Construct(_T1* __p, const _T2& __value)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_construct.h 75 _Construct(_T1* __p, _Args&&... __args)
80 _Construct(_T1* __p, const _T2& __value)
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_construct.h 70 _Construct(_T1* __p, const _T2& __value)
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_construct.h 70 _Construct(_T1* __p, const _T2& __value)
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_construct.h 70 _Construct(_T1* __p, const _T2& __value)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_construct.h 70 _Construct(_T1* __p, const _T2& __value)
  /external/stlport/stlport/stl/
_construct.h 106 inline void _Construct(_T1* __p) {
276 inline void construct(_T1* __p) { _STLP_STD::_Construct(__p); }
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_construct.h 106 inline void _Construct(_T1* __p) {
276 inline void construct(_T1* __p) { _STLP_STD::_Construct(__p); }
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_construct.h 106 inline void _Construct(_T1* __p) {
276 inline void construct(_T1* __p) { _STLP_STD::_Construct(__p); }
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_construct.h 106 inline void _Construct(_T1* __p) {
276 inline void construct(_T1* __p) { _STLP_STD::_Construct(__p); }
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_construct.h 106 inline void _Construct(_T1* __p) {
276 inline void construct(_T1* __p) { _STLP_STD::_Construct(__p); }
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_construct.h 106 inline void _Construct(_T1* __p) {
276 inline void construct(_T1* __p) { _STLP_STD::_Construct(__p); }

Completed in 1487 milliseconds