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

  /prebuilt/linux-x86/toolchain/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)
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_construct.h 70 _Construct(_T1* __p, const _T2& __value)
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_construct.h 70 _Construct(_T1* __p, const _T2& __value)
  /prebuilt/ndk/android-ndk-r7/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); }
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_construct.h 106 inline void _Construct(_T1* __p) {
276 inline void construct(_T1* __p) { _STLP_STD::_Construct(__p); }
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_construct.h 106 inline void _Construct(_T1* __p) {
276 inline void construct(_T1* __p) { _STLP_STD::_Construct(__p); }
  /prebuilt/ndk/android-ndk-r7/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 1423 milliseconds