Home | History | Annotate | Download | only in debug

Lines Matching refs:deque

37 #define _STLP_NON_DBG_DEQUE _STLP_PRIV _STLP_NON_DBG_NAME(deque) <_Tp,_Alloc>
51 class deque :
57 , public __stlport_class<deque<_Tp, _Alloc> >
60 typedef deque<_Tp,_Alloc> _Self;
129 explicit deque(const allocator_type& __a = allocator_type()) :
131 deque(const _Self& __x) :
136 explicit deque(size_type __n, const value_type& __x = _Tp(),
138 deque(size_type __n, const value_type& __x,
143 explicit deque(size_type __n) :
148 deque(__move_source<_Self> src)
161 deque(_InputIterator __first, _InputIterator __last,
169 deque(_InputIterator __first, _InputIterator __last)
176 deque(const value_type* __first, const value_type* __last,
183 deque(const_iterator __first, const_iterator __last,