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

  /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);

Completed in 565 milliseconds