Searched refs:V1234 (Results 1 – 1 of 1) sorted by relevance
277 std::vector<int> V1234 = {1, 2, 3, 4}; in TEST() local283 for (int &i : concat<int>(V1234, L56, SV78)) in TEST()290 for (int &i : concat<int>(std::vector<int>(V1234), L56, std::move(SV78))) in TEST()