Lines Matching defs:void
121 Deque<T, N>::Deque(void) in Deque() argument
129 Deque<T, N>::~Deque(void) in ~Deque() argument
135 bool Deque<T, N>::IsEmpty(void) const in IsEmpty() argument
142 bool Deque<T, N>::IsFull(void) const in IsFull() argument
149 size_t Deque<T, N>::Size(void) const in Size() argument
166 void Deque<T, N>::PopFront(void) in PopFront() argument
175 const T& Deque<T, N>::Front(void) const in Front() argument
184 T& Deque<T, N>::Front(void) in Front() argument
193 const T& Deque<T, N>::Back(void) const in Back() argument
202 T& Deque<T, N>::Back(void) in Back() argument
220 void Deque<T, N>::Clear(void) in Clear() argument