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
168 TEST(FixedQueue, Clear) in TEST() argument
DFixedQueue.h66 FixedQueue<T, N, Storage>::FixedQueue() : mFrontIndex(0), mEndIndex(0), mSize(0) in FixedQueue() function