Home
last modified time | relevance | path

Searched refs:IntPairType (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/ADT/
H A DSTLExtrasTest.cpp59 typedef std::pair<std::size_t, int> IntPairType; in TEST() typedef
60 std::vector<IntPairType> IntResults; in TEST()
66 EXPECT_EQ(IntPairType(0u, 1), IntResults[0]); in TEST()
67 EXPECT_EQ(IntPairType(1u, 2), IntResults[1]); in TEST()
68 EXPECT_EQ(IntPairType(2u, 3), IntResults[2]); in TEST()