Searched refs:LazilyDeallocatedDeque (Results 1 – 2 of 2) sorted by relevance
17 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 …]
36 class LazilyDeallocatedDeque {52 LazilyDeallocatedDeque() {} in LazilyDeallocatedDeque() function54 ~LazilyDeallocatedDeque() { clear(); } in ~LazilyDeallocatedDeque()149 void swap(LazilyDeallocatedDeque& other) { in swap()340 friend class LazilyDeallocatedDeque; variable357 DISALLOW_COPY_AND_ASSIGN(LazilyDeallocatedDeque);