Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/framework/delibs/decpp/
H A DdeRingBuffer.hpp134 inline void RingBuffer<T>::pushFront(const T &elem) in pushFront() function in de::RingBuffer
143 void RingBuffer<T>::pushFront(const T *elemBuf, int count) in pushFront() function in de::RingBuffer
H A DdeThreadSafeRingBuffer.hpp100 void ThreadSafeRingBuffer<T>::pushFront(const T &elem) in pushFront() function in de::ThreadSafeRingBuffer
/aosp_15_r20/frameworks/native/include/input/
H A DRingBuffer.h138 void pushFront(const value_type& element) { pushFront(value_type(element)); } in pushFront() function
139 void pushFront(value_type&& element) { in pushFront() function