Lines Matching refs:FixedQueueTest
52 class FixedQueueTest : public AllocationTestHarness {}; class
54 TEST_F(FixedQueueTest, test_fixed_queue_new_free) { in TEST_F() argument
82 TEST_F(FixedQueueTest, test_fixed_queue_flush) { in TEST_F() argument
124 TEST_F(FixedQueueTest, test_fixed_queue_is_empty) { in TEST_F() argument
146 TEST_F(FixedQueueTest, test_fixed_queue_length) { in TEST_F() argument
168 TEST_F(FixedQueueTest, test_fixed_queue_capacity) { in TEST_F() argument
196 TEST_F(FixedQueueTest, test_fixed_queue_enqueue_dequeue) { in TEST_F() argument
233 TEST_F(FixedQueueTest, test_fixed_queue_try_peek_first_last) { in TEST_F() argument
263 TEST_F(FixedQueueTest, test_fixed_queue_try_remove_from_queue) { in TEST_F() argument
294 TEST_F(FixedQueueTest, test_fixed_queue_get_enqueue_dequeue_fd) { in TEST_F() argument
329 TEST_F(FixedQueueTest, test_fixed_queue_register_dequeue) { in TEST_F() argument