Searched defs:__pointer (Results 1 - 25 of 26) sorted by relevance

12

/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
H A Dstl_construct.h82 _Destroy(_Tp* __pointer) argument
83 { __pointer->~_Tp(); }
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
H A Dstl_construct.h93 _Destroy(_Tp* __pointer) argument
94 { __pointer->~_Tp(); }
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
H A Dstl_construct.h93 _Destroy(_Tp* __pointer) argument
94 { __pointer->~_Tp(); }
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dstl_construct.h82 _Destroy(_Tp* __pointer) argument
83 { __pointer->~_Tp(); }
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dstl_construct.h82 _Destroy(_Tp* __pointer) argument
83 { __pointer->~_Tp(); }
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dstl_construct.h82 _Destroy(_Tp* __pointer) argument
83 { __pointer->~_Tp(); }
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
H A Dstl_construct.h82 _Destroy(_Tp* __pointer) argument
83 { __pointer->~_Tp(); }
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
H A Dstl_construct.h93 _Destroy(_Tp* __pointer) argument
94 { __pointer->~_Tp(); }
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
H A Dstl_construct.h94 _Destroy(_Tp* __pointer) argument
95 { __pointer->~_Tp(); }
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dstl_construct.h93 _Destroy(_Tp* __pointer) argument
94 { __pointer->~_Tp(); }
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
H A Dstl_construct.h93 _Destroy(_Tp* __pointer) argument
94 { __pointer->~_Tp(); }
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
H A Dstl_construct.h94 _Destroy(_Tp* __pointer) argument
95 { __pointer->~_Tp(); }
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
H A Dstl_construct.h92 _Destroy(_Tp* __pointer) argument
93 { __pointer->~_Tp(); }
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dstl_construct.h94 _Destroy(_Tp* __pointer) argument
95 { __pointer->~_Tp(); }
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
H A Dstl_construct.h93 _Destroy(_Tp* __pointer) argument
94 { __pointer->~_Tp(); }
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
H A Dstl_construct.h94 _Destroy(_Tp* __pointer) argument
95 { __pointer->~_Tp(); }
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
H A Dstl_construct.h92 _Destroy(_Tp* __pointer) argument
93 { __pointer->~_Tp(); }
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dstl_construct.h94 _Destroy(_Tp* __pointer) argument
95 { __pointer->~_Tp(); }
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
H A D_construct.h56 inline void __destroy_aux(_Tp* __pointer, const __false_type& /*_Trivial_destructor*/) argument
57 { __pointer->~_Tp(); }
63 inline void _Destroy(_Tp* __pointer) { argument
65 __destroy_aux(__pointer, _Trivial_destructor());
67 memset(__REINTERPRET_CAST(char*, __pointer), _STLP_SHRED_BYTE, sizeof(_Tp));
72 inline void _Destroy_Moved(_Tp* __pointer) { argument
75 __destroy_aux(__pointer, _Trivial_destructor());
77 memset((char*)__pointer, _STLP_SHRED_BYTE, sizeof(_Tp));
80 _Destroy(__pointer);
278 inline void destroy(_Tp* __pointer) { _STLP_ST argument
[all...]
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
H A D_construct.h56 inline void __destroy_aux(_Tp* __pointer, const __false_type& /*_Trivial_destructor*/) argument
57 { __pointer->~_Tp(); }
63 inline void _Destroy(_Tp* __pointer) { argument
65 __destroy_aux(__pointer, _Trivial_destructor());
67 memset(__REINTERPRET_CAST(char*, __pointer), _STLP_SHRED_BYTE, sizeof(_Tp));
72 inline void _Destroy_Moved(_Tp* __pointer) { argument
75 __destroy_aux(__pointer, _Trivial_destructor());
77 memset((char*)__pointer, _STLP_SHRED_BYTE, sizeof(_Tp));
80 _Destroy(__pointer);
278 inline void destroy(_Tp* __pointer) { _STLP_ST argument
[all...]
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
H A D_construct.h56 inline void __destroy_aux(_Tp* __pointer, const __false_type& /*_Trivial_destructor*/) argument
57 { __pointer->~_Tp(); }
63 inline void _Destroy(_Tp* __pointer) { argument
65 __destroy_aux(__pointer, _Trivial_destructor());
67 memset(__REINTERPRET_CAST(char*, __pointer), _STLP_SHRED_BYTE, sizeof(_Tp));
72 inline void _Destroy_Moved(_Tp* __pointer) { argument
75 __destroy_aux(__pointer, _Trivial_destructor());
77 memset((char*)__pointer, _STLP_SHRED_BYTE, sizeof(_Tp));
80 _Destroy(__pointer);
278 inline void destroy(_Tp* __pointer) { _STLP_ST argument
[all...]
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
H A D_construct.h56 inline void __destroy_aux(_Tp* __pointer, const __false_type& /*_Trivial_destructor*/) argument
57 { __pointer->~_Tp(); }
63 inline void _Destroy(_Tp* __pointer) { argument
65 __destroy_aux(__pointer, _Trivial_destructor());
67 memset(__REINTERPRET_CAST(char*, __pointer), _STLP_SHRED_BYTE, sizeof(_Tp));
72 inline void _Destroy_Moved(_Tp* __pointer) { argument
75 __destroy_aux(__pointer, _Trivial_destructor());
77 memset((char*)__pointer, _STLP_SHRED_BYTE, sizeof(_Tp));
80 _Destroy(__pointer);
278 inline void destroy(_Tp* __pointer) { _STLP_ST argument
[all...]
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
H A D_construct.h56 inline void __destroy_aux(_Tp* __pointer, const __false_type& /*_Trivial_destructor*/) argument
57 { __pointer->~_Tp(); }
63 inline void _Destroy(_Tp* __pointer) { argument
65 __destroy_aux(__pointer, _Trivial_destructor());
67 memset(__REINTERPRET_CAST(char*, __pointer), _STLP_SHRED_BYTE, sizeof(_Tp));
72 inline void _Destroy_Moved(_Tp* __pointer) { argument
75 __destroy_aux(__pointer, _Trivial_destructor());
77 memset((char*)__pointer, _STLP_SHRED_BYTE, sizeof(_Tp));
80 _Destroy(__pointer);
278 inline void destroy(_Tp* __pointer) { _STLP_ST argument
[all...]
/prebuilts/ndk/9/sources/cxx-stl/stlport/stlport/stl/
H A D_construct.h56 inline void __destroy_aux(_Tp* __pointer, const __false_type& /*_Trivial_destructor*/) argument
57 { __pointer->~_Tp(); }
63 inline void _Destroy(_Tp* __pointer) { argument
65 __destroy_aux(__pointer, _Trivial_destructor());
67 memset(__REINTERPRET_CAST(char*, __pointer), _STLP_SHRED_BYTE, sizeof(_Tp));
72 inline void _Destroy_Moved(_Tp* __pointer) { argument
75 __destroy_aux(__pointer, _Trivial_destructor());
77 memset((char*)__pointer, _STLP_SHRED_BYTE, sizeof(_Tp));
80 _Destroy(__pointer);
278 inline void destroy(_Tp* __pointer) { _STLP_ST argument
[all...]
/prebuilts/ndk/current/sources/cxx-stl/EH/stlport/stlport/stl/
H A D_construct.h56 inline void __destroy_aux(_Tp* __pointer, const __false_type& /*_Trivial_destructor*/) argument
57 { __pointer->~_Tp(); }
63 inline void _Destroy(_Tp* __pointer) { argument
65 __destroy_aux(__pointer, _Trivial_destructor());
67 memset(__REINTERPRET_CAST(char*, __pointer), _STLP_SHRED_BYTE, sizeof(_Tp));
72 inline void _Destroy_Moved(_Tp* __pointer) { argument
75 __destroy_aux(__pointer, _Trivial_destructor());
77 memset((char*)__pointer, _STLP_SHRED_BYTE, sizeof(_Tp));
80 _Destroy(__pointer);
278 inline void destroy(_Tp* __pointer) { _STLP_ST argument
[all...]

Completed in 5213 milliseconds

12