Home
last modified time | relevance | path

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

/external/libchrome/base/containers/
Dflat_tree_unittest.cc153 using IntPairTree = flat_tree<IntPair, typedef
361 IntPairTree first_of(MakeInputIterator(std::begin(input_vals)), in TEST()
366 IntPairTree last_of(MakeInputIterator(std::begin(input_vals)), in TEST()
440 IntPairTree int_tree(std::move(int_storage), KEEP_LAST_OF_DUPES); in TEST()
463 IntPairTree first_of({{1, 1}, {2, 1}, {1, 2}}); in TEST()
467 IntPairTree last_of({{1, 1}, {2, 1}, {1, 2}}, KEEP_LAST_OF_DUPES); in TEST()