Home
last modified time | relevance | path

Searched refs:_Trivial_destructor (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_construct.h64 typedef typename __type_traits<_Tp>::has_trivial_destructor _Trivial_destructor; in _Destroy() typedef
65 __destroy_aux(__pointer, _Trivial_destructor()); in _Destroy()
74 typedef typename __move_traits<_Tp>::complete _Trivial_destructor; in _Destroy_Moved() typedef
75 __destroy_aux(__pointer, _Trivial_destructor()); in _Destroy_Moved()
214 typedef typename __type_traits<_Tp>::has_trivial_destructor _Trivial_destructor; in __destroy_range() typedef
215 __destroy_range_aux(__first, __last, __ptr, _Trivial_destructor()); in __destroy_range()