Searched refs:NodesTypes (Results 1 – 1 of 1) sorted by relevance
164 using NodesTypes = std::tuple<std::pair<string, int>, std::pair<string, int>>; typedef165 struct NoOpMultipleEliminationTest : ::testing::TestWithParam<NodesTypes> {};173 static_assert(std::tuple_size<NodesTypes>::value == 2, in TEST_P()230 static_assert(std::tuple_size<NodesTypes>::value == 2, in TEST_P()