Searched defs:elemBuf (Results 1 – 1 of 1) sorted by relevance
55 void popBack (T* elemBuf, int count) { peekBack(elemBuf, count); popBack(count); } in popBack()131 void RingBuffer<T>::pushFront (const T* elemBuf, int count) in pushFront()158 void RingBuffer<T>::peekBack (T* elemBuf, int count) const in peekBack()