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

/external/deqp/framework/delibs/decpp/
H A DdeRingBuffer.hpp48 void pushFront (const T& elem);
49 void pushFront (const T* elemBuf, int count);
122 inline void RingBuffer<T>::pushFront (const T& elem) function in class:de::RingBuffer
131 void RingBuffer<T>::pushFront (const T* elemBuf, int count) function in class:de::RingBuffer
H A DdeThreadSafeRingBuffer.hpp43 void pushFront (const T& elem);
94 void ThreadSafeRingBuffer<T>::pushFront (const T& elem) function in class:de::ThreadSafeRingBuffer

Completed in 73 milliseconds