Searched refs:second_expand (Results 1 – 1 of 1) sorted by relevance
612 size_t second_expand = 10; in TEST() local613 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()