Home
last modified time | relevance | path

Searched defs:pushFront (Results 1 – 2 of 2) sorted by relevance

/external/deqp/framework/delibs/decpp/
DdeRingBuffer.hpp122 inline void RingBuffer<T>::pushFront (const T& elem) in pushFront() function in de::RingBuffer
131 void RingBuffer<T>::pushFront (const T* elemBuf, int count) in pushFront() function in de::RingBuffer
DdeThreadSafeRingBuffer.hpp98 void ThreadSafeRingBuffer<T>::pushFront (const T& elem) in pushFront() function in de::ThreadSafeRingBuffer