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

/external/stlport/stlport/stl/pointers/
H A D_deque.h67 static const_storage_iterator to_storage_type_cite (const_iterator const& __ite) { function in struct:_DequeIteCast
210 : _M_impl(ite_cast_traits::to_storage_type_cite(__first),
211 ite_cast_traits::to_storage_type_cite(__last),
262 { _M_impl.assign(ite_cast_traits::to_storage_type_cite(__first),
263 ite_cast_traits::to_storage_type_cite(__last)); }
345 ite_cast_traits::to_storage_type_cite(__first),
346 ite_cast_traits::to_storage_type_cite(__last));

Completed in 875 milliseconds