HomeSort by relevance Sort by last modified time
    Searched defs:destroy (Results 276 - 300 of 930) sorted by null

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
extptr_allocator.h 113 void destroy(pointer __p) function in class:_ExtPtr_allocator
malloc_allocator.h 121 destroy(pointer __p) { __p->~_Tp(); } function in class:malloc_allocator
new_allocator.h 118 destroy(pointer __p) { __p->~_Tp(); } function in class:new_allocator
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
array_allocator.h 87 destroy(pointer __p) { __p->~_Tp(); } function in class:array_allocator_base
extptr_allocator.h 109 void destroy(pointer __p) function in class:_ExtPtr_allocator
malloc_allocator.h 119 destroy(pointer __p) { __p->~_Tp(); } function in class:malloc_allocator
new_allocator.h 115 destroy(pointer __p) { __p->~_Tp(); } function in class:new_allocator
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_construct.h 278 inline void destroy(_Tp* __pointer) { _STLP_STD::_Destroy(__pointer); } function
280 inline void destroy(_ForwardIterator __first, _ForwardIterator __last) { _STLP_STD::_Destroy_Range(__first, __last); } function
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
array_allocator.h 87 destroy(pointer __p) { __p->~_Tp(); } function in class:array_allocator_base
extptr_allocator.h 109 void destroy(pointer __p) function in class:_ExtPtr_allocator
malloc_allocator.h 119 destroy(pointer __p) { __p->~_Tp(); } function in class:malloc_allocator
new_allocator.h 115 destroy(pointer __p) { __p->~_Tp(); } function in class:new_allocator
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_construct.h 278 inline void destroy(_Tp* __pointer) { _STLP_STD::_Destroy(__pointer); } function
280 inline void destroy(_ForwardIterator __first, _ForwardIterator __last) { _STLP_STD::_Destroy_Range(__first, __last); } function
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
array_allocator.h 87 destroy(pointer __p) { __p->~_Tp(); } function in class:array_allocator_base
extptr_allocator.h 109 void destroy(pointer __p) function in class:_ExtPtr_allocator
malloc_allocator.h 119 destroy(pointer __p) { __p->~_Tp(); } function in class:malloc_allocator
new_allocator.h 115 destroy(pointer __p) { __p->~_Tp(); } function in class:new_allocator
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_construct.h 278 inline void destroy(_Tp* __pointer) { _STLP_STD::_Destroy(__pointer); } function
280 inline void destroy(_ForwardIterator __first, _ForwardIterator __last) { _STLP_STD::_Destroy_Range(__first, __last); } function
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
array_allocator.h 87 destroy(pointer __p) { __p->~_Tp(); } function in class:array_allocator_base
extptr_allocator.h 109 void destroy(pointer __p) function in class:_ExtPtr_allocator
malloc_allocator.h 119 destroy(pointer __p) { __p->~_Tp(); } function in class:malloc_allocator
new_allocator.h 115 destroy(pointer __p) { __p->~_Tp(); } function in class:new_allocator
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
array_allocator.h 89 destroy(pointer __p) { __p->~_Tp(); } function in class:array_allocator_base
extptr_allocator.h 113 void destroy(pointer __p) function in class:_ExtPtr_allocator
malloc_allocator.h 121 destroy(pointer __p) { __p->~_Tp(); } function in class:malloc_allocator

Completed in 465 milliseconds

<<11121314151617181920>>