Searched refs:iter1c (Results 1 – 1 of 1) sorted by relevance
223 PersistentMemoryAllocator::Iterator iter1c(allocator_.get()); in TEST_F() local224 EXPECT_EQ(block2, iter1c.GetNextOfType(2)); in TEST_F()225 EXPECT_EQ(0U, iter1c.GetNextOfType(2)); in TEST_F()