Searched refs:first_of (Results 1 – 1 of 1) sorted by relevance
/external/libchrome/base/containers/ |
D | flat_tree_unittest.cc | 361 IntPairTree first_of(MakeInputIterator(std::begin(input_vals)), in TEST() local 363 EXPECT_THAT(first_of, in TEST() 463 IntPairTree first_of({{1, 1}, {2, 1}, {1, 2}}); in TEST() local 464 EXPECT_THAT(first_of, ElementsAre(IntPair(1, 1), IntPair(2, 1))); in TEST()
|