HomeSort by relevance Sort by last modified time
    Searched defs:_Destroy (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 82 _Destroy(_Tp* __pointer)
93 std::_Destroy(&*__first);
112 _Destroy(_ForwardIterator __first, _ForwardIterator __last)
130 _Destroy(_ForwardIterator __first, _ForwardIterator __last,
139 _Destroy(_ForwardIterator __first, _ForwardIterator __last,
142 _Destroy(__first, __last);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_construct.h 93 _Destroy(_Tp* __pointer)
104 std::_Destroy(std::__addressof(*__first));
123 _Destroy(_ForwardIterator __first, _ForwardIterator __last)
141 _Destroy(_ForwardIterator __first, _ForwardIterator __last,
150 _Destroy(_ForwardIterator __first, _ForwardIterator __last,
153 _Destroy(__first, __last);
  /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 93 _Destroy(_Tp* __pointer)
104 std::_Destroy(std::__addressof(*__first));
123 _Destroy(_ForwardIterator __first, _ForwardIterator __last)
141 _Destroy(_ForwardIterator __first, _ForwardIterator __last,
150 _Destroy(_ForwardIterator __first, _ForwardIterator __last,
153 _Destroy(__first, __last);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_construct.h 82 _Destroy(_Tp* __pointer)
93 std::_Destroy(&*__first);
112 _Destroy(_ForwardIterator __first, _ForwardIterator __last)
130 _Destroy(_ForwardIterator __first, _ForwardIterator __last,
139 _Destroy(_ForwardIterator __first, _ForwardIterator __last,
142 _Destroy(__first, __last);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_construct.h 82 _Destroy(_Tp* __pointer)
93 std::_Destroy(&*__first);
112 _Destroy(_ForwardIterator __first, _ForwardIterator __last)
130 _Destroy(_ForwardIterator __first, _ForwardIterator __last,
139 _Destroy(_ForwardIterator __first, _ForwardIterator __last,
142 _Destroy(__first, __last);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_construct.h 82 _Destroy(_Tp* __pointer)
93 std::_Destroy(&*__first);
112 _Destroy(_ForwardIterator __first, _ForwardIterator __last)
130 _Destroy(_ForwardIterator __first, _ForwardIterator __last,
139 _Destroy(_ForwardIterator __first, _ForwardIterator __last,
142 _Destroy(__first, __last);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_construct.h 82 _Destroy(_Tp* __pointer)
93 std::_Destroy(&*__first);
112 _Destroy(_ForwardIterator __first, _ForwardIterator __last)
130 _Destroy(_ForwardIterator __first, _ForwardIterator __last,
139 _Destroy(_ForwardIterator __first, _ForwardIterator __last,
142 _Destroy(__first, __last);
  /external/stlport/stlport/stl/
_construct.h 63 inline void _Destroy(_Tp* __pointer) {
80 _Destroy(__pointer);
278 inline void destroy(_Tp* __pointer) { _STLP_STD::_Destroy(__pointer); }
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_construct.h 63 inline void _Destroy(_Tp* __pointer) {
80 _Destroy(__pointer);
278 inline void destroy(_Tp* __pointer) { _STLP_STD::_Destroy(__pointer); }
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_construct.h 63 inline void _Destroy(_Tp* __pointer) {
80 _Destroy(__pointer);
278 inline void destroy(_Tp* __pointer) { _STLP_STD::_Destroy(__pointer); }
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_construct.h 63 inline void _Destroy(_Tp* __pointer) {
80 _Destroy(__pointer);
278 inline void destroy(_Tp* __pointer) { _STLP_STD::_Destroy(__pointer); }
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_construct.h 63 inline void _Destroy(_Tp* __pointer) {
80 _Destroy(__pointer);
278 inline void destroy(_Tp* __pointer) { _STLP_STD::_Destroy(__pointer); }
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_construct.h 63 inline void _Destroy(_Tp* __pointer) {
80 _Destroy(__pointer);
278 inline void destroy(_Tp* __pointer) { _STLP_STD::_Destroy(__pointer); }

Completed in 1030 milliseconds