Home
last modified time | relevance | path

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

/external/libchrome/base/containers/
Dcircular_deque_unittest.cc612 size_t second_expand = 10; in TEST() local
613 q.resize(first_size + second_expand, 3); in TEST()
614 EXPECT_EQ(first_size + second_expand, q.size()); in TEST()
617 for (size_t i = 0; i < second_expand; i++) in TEST()