Searched refs:second_expand (Results 1 – 2 of 2) sorted by relevance
613 size_t second_expand = 10; in TEST() local614 q.resize(first_size + second_expand, 3); in TEST()615 EXPECT_EQ(first_size + second_expand, q.size()); in TEST()618 for (size_t i = 0; i < second_expand; i++) in TEST()
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()