Searched refs:IntPairType (Results 1 – 1 of 1) sorted by relevance
58 typedef std::pair<std::size_t, int> IntPairType; in TEST() typedef59 std::vector<IntPairType> IntResults; in TEST()65 EXPECT_EQ(IntPairType(0u, 1), IntResults[0]); in TEST()66 EXPECT_EQ(IntPairType(1u, 2), IntResults[1]); in TEST()67 EXPECT_EQ(IntPairType(2u, 3), IntResults[2]); in TEST()