Searched refs:__destroy_range_aux (Results 1 - 1 of 1) sorted by relevance

/external/stlport/stlport/stl/
H A D_construct.h190 __destroy_range_aux(_ForwardIterator __first, _ForwardIterator __last, _Tp*, const __false_type& /*_Trivial_destructor*/) { function
202 __destroy_range_aux(_ForwardIterator __first, _ForwardIterator __last, _Tp*, const __true_type& /*_Trivial_destructor*/) { function
208 __destroy_range_aux(_ForwardIterator, _ForwardIterator, _Tp*, const __true_type& /*_Trivial_destructor*/) {}
215 __destroy_range_aux(__first, __last, __ptr, _Trivial_destructor());
234 __destroy_range_aux(__first, __last, __ptr, _CompleteMove());

Completed in 35 milliseconds