Lines Matching defs:void
123 Deque<T, N>::Deque(void) in Deque() argument
131 Deque<T, N>::~Deque(void) in ~Deque() argument
137 bool Deque<T, N>::IsEmpty(void) const in IsEmpty() argument
144 bool Deque<T, N>::IsFull(void) const in IsFull() argument
151 size_t Deque<T, N>::Size(void) const in Size() argument
168 void Deque<T, N>::PopFront(void) in PopFront() argument
177 const T& Deque<T, N>::Front(void) const in Front() argument
186 T& Deque<T, N>::Front(void) in Front() argument
195 const T& Deque<T, N>::Back(void) const in Back() argument
204 T& Deque<T, N>::Back(void) in Back() argument
222 void Deque<T, N>::Clear(void) in Clear() argument