Searched refs:IntPairType (Results 1 – 1 of 1) sorted by relevance
59 typedef std::pair<std::size_t, int> IntPairType; in TEST() typedef60 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()