Home
last modified time | relevance | path

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

/external/angle/src/common/
DFixedQueue_unittest.cpp20 TEST(FixedQueue, Constructors) in TEST() argument
28 TEST(FixedQueue, Destructor) in TEST() argument
62 TEST(FixedQueue, Pop) in TEST() argument
103 TEST(FixedQueue, WrapAround) in TEST() argument
124 TEST(FixedQueue, ConcurrentPushPop) in TEST() argument
181 TEST(FixedQueue, ConcurrentPushPopWithResize) in TEST() argument
280 TEST(FixedQueue, Clear) in TEST() argument
DFixedQueue.h79 FixedQueue<T>::FixedQueue(size_t capacity) in FixedQueue() function