Searched defs:_Destroy_Range (Results 1 - 8 of 8) sorted by relevance

/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
H A D_construct.h219 inline void _Destroy_Range(_ForwardIterator __first, _ForwardIterator __last) { function
223 inline void _Destroy_Range(char*, char*) {} function
225 inline void _Destroy_Range(wchar_t*, wchar_t*) {} function
226 inline void _Destroy_Range(const wchar_t*, const wchar_t*) {} function
243 { _Destroy_Range(__first, __last); }
280 inline void destroy(_ForwardIterator __first, _ForwardIterator __last) { _STLP_STD::_Destroy_Range(__first, __last); }
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
H A D_construct.h219 inline void _Destroy_Range(_ForwardIterator __first, _ForwardIterator __last) { function
223 inline void _Destroy_Range(char*, char*) {} function
225 inline void _Destroy_Range(wchar_t*, wchar_t*) {} function
226 inline void _Destroy_Range(const wchar_t*, const wchar_t*) {} function
243 { _Destroy_Range(__first, __last); }
280 inline void destroy(_ForwardIterator __first, _ForwardIterator __last) { _STLP_STD::_Destroy_Range(__first, __last); }
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
H A D_construct.h219 inline void _Destroy_Range(_ForwardIterator __first, _ForwardIterator __last) { function
223 inline void _Destroy_Range(char*, char*) {} function
225 inline void _Destroy_Range(wchar_t*, wchar_t*) {} function
226 inline void _Destroy_Range(const wchar_t*, const wchar_t*) {} function
243 { _Destroy_Range(__first, __last); }
280 inline void destroy(_ForwardIterator __first, _ForwardIterator __last) { _STLP_STD::_Destroy_Range(__first, __last); }
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
H A D_construct.h219 inline void _Destroy_Range(_ForwardIterator __first, _ForwardIterator __last) { function
223 inline void _Destroy_Range(char*, char*) {} function
225 inline void _Destroy_Range(wchar_t*, wchar_t*) {} function
226 inline void _Destroy_Range(const wchar_t*, const wchar_t*) {} function
243 { _Destroy_Range(__first, __last); }
280 inline void destroy(_ForwardIterator __first, _ForwardIterator __last) { _STLP_STD::_Destroy_Range(__first, __last); }
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
H A D_construct.h219 inline void _Destroy_Range(_ForwardIterator __first, _ForwardIterator __last) { function
223 inline void _Destroy_Range(char*, char*) {} function
225 inline void _Destroy_Range(wchar_t*, wchar_t*) {} function
226 inline void _Destroy_Range(const wchar_t*, const wchar_t*) {} function
243 { _Destroy_Range(__first, __last); }
280 inline void destroy(_ForwardIterator __first, _ForwardIterator __last) { _STLP_STD::_Destroy_Range(__first, __last); }
/prebuilts/ndk/9/sources/cxx-stl/stlport/stlport/stl/
H A D_construct.h219 inline void _Destroy_Range(_ForwardIterator __first, _ForwardIterator __last) { function
223 inline void _Destroy_Range(char*, char*) {} function
225 inline void _Destroy_Range(wchar_t*, wchar_t*) {} function
226 inline void _Destroy_Range(const wchar_t*, const wchar_t*) {} function
243 { _Destroy_Range(__first, __last); }
280 inline void destroy(_ForwardIterator __first, _ForwardIterator __last) { _STLP_STD::_Destroy_Range(__first, __last); }
/prebuilts/ndk/current/sources/cxx-stl/EH/stlport/stlport/stl/
H A D_construct.h219 inline void _Destroy_Range(_ForwardIterator __first, _ForwardIterator __last) { function
223 inline void _Destroy_Range(char*, char*) {} function
225 inline void _Destroy_Range(wchar_t*, wchar_t*) {} function
226 inline void _Destroy_Range(const wchar_t*, const wchar_t*) {} function
243 { _Destroy_Range(__first, __last); }
280 inline void destroy(_ForwardIterator __first, _ForwardIterator __last) { _STLP_STD::_Destroy_Range(__first, __last); }
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
H A D_construct.h219 inline void _Destroy_Range(_ForwardIterator __first, _ForwardIterator __last) { function
223 inline void _Destroy_Range(char*, char*) {} function
225 inline void _Destroy_Range(wchar_t*, wchar_t*) {} function
226 inline void _Destroy_Range(const wchar_t*, const wchar_t*) {} function
243 { _Destroy_Range(__first, __last); }
280 inline void destroy(_ForwardIterator __first, _ForwardIterator __last) { _STLP_STD::_Destroy_Range(__first, __last); }

Completed in 1392 milliseconds