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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_construct.h 92 _Destroy(_Tp* __pointer)
103 std::_Destroy(std::__addressof(*__first));
122 _Destroy(_ForwardIterator __first, _ForwardIterator __last)
138 _Destroy(_ForwardIterator __first, _ForwardIterator __last,
148 _Destroy(_ForwardIterator __first, _ForwardIterator __last,
151 _Destroy(__first, __last);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_construct.h 92 _Destroy(_Tp* __pointer)
103 std::_Destroy(std::__addressof(*__first));
122 _Destroy(_ForwardIterator __first, _ForwardIterator __last)
138 _Destroy(_ForwardIterator __first, _ForwardIterator __last,
148 _Destroy(_ForwardIterator __first, _ForwardIterator __last,
151 _Destroy(__first, __last);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_construct.h 92 _Destroy(_Tp* __pointer)
103 std::_Destroy(std::__addressof(*__first));
122 _Destroy(_ForwardIterator __first, _ForwardIterator __last)
138 _Destroy(_ForwardIterator __first, _ForwardIterator __last,
148 _Destroy(_ForwardIterator __first, _ForwardIterator __last,
151 _Destroy(__first, __last);
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_construct.h 92 _Destroy(_Tp* __pointer)
103 std::_Destroy(std::__addressof(*__first));
122 _Destroy(_ForwardIterator __first, _ForwardIterator __last)
138 _Destroy(_ForwardIterator __first, _ForwardIterator __last,
148 _Destroy(_ForwardIterator __first, _ForwardIterator __last,
151 _Destroy(__first, __last);
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_construct.h 92 _Destroy(_Tp* __pointer)
103 std::_Destroy(std::__addressof(*__first));
122 _Destroy(_ForwardIterator __first, _ForwardIterator __last)
138 _Destroy(_ForwardIterator __first, _ForwardIterator __last,
148 _Destroy(_ForwardIterator __first, _ForwardIterator __last,
151 _Destroy(__first, __last);
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_construct.h 92 _Destroy(_Tp* __pointer)
103 std::_Destroy(std::__addressof(*__first));
122 _Destroy(_ForwardIterator __first, _ForwardIterator __last)
138 _Destroy(_ForwardIterator __first, _ForwardIterator __last,
148 _Destroy(_ForwardIterator __first, _ForwardIterator __last,
151 _Destroy(__first, __last);
  /prebuilts/ndk/r10/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/r11/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/r13/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 524 milliseconds