Searched refs:TwoValues (Results 1 – 1 of 1) sorted by relevance
171 ByteConstrainedArray<uint64_t, 17> TwoValues{{1UL, 2UL}}; in TEST() local172 EXPECT_THAT(cycle(TwoValues, 5), ElementsAre(1, 2, 1, 2, 1)); in TEST()