Home
last modified time | relevance | path

Searched refs:LazilyDeallocatedDeque (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/task/sequence_manager/
Dlazily_deallocated_deque_unittest.cc17 LazilyDeallocatedDeque<int> d; in TEST_F()
24 LazilyDeallocatedDeque<int> d; in TEST_F()
39 LazilyDeallocatedDeque<int> d; in TEST_F()
58 LazilyDeallocatedDeque<int> d; in TEST_F()
73 LazilyDeallocatedDeque<int> d; in TEST_F()
92 LazilyDeallocatedDeque<int> d; in TEST_F()
122 LazilyDeallocatedDeque<int> d; in TEST_F()
150 LazilyDeallocatedDeque<int> d; in TEST_F()
162 EXPECT_EQ(LazilyDeallocatedDeque<int>::kMinimumRingSize, d.capacity()); in TEST_F()
172 LazilyDeallocatedDeque<int> d; in TEST_F()
[all …]
Dlazily_deallocated_deque.h36 class LazilyDeallocatedDeque {
52 LazilyDeallocatedDeque() {} in LazilyDeallocatedDeque() function
54 ~LazilyDeallocatedDeque() { clear(); } in ~LazilyDeallocatedDeque()
149 void swap(LazilyDeallocatedDeque& other) { in swap()
340 friend class LazilyDeallocatedDeque; variable
357 DISALLOW_COPY_AND_ASSIGN(LazilyDeallocatedDeque);