Home
last modified time | relevance | path

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

/external/libchrome/base/containers/
Dflat_tree_unittest.cc770 IntPair int_pairs[] = {{3, 1}, {1, 1}, {4, 1}, {2, 1}}; in TEST() local
771 cont.insert(std::begin(int_pairs), std::end(int_pairs)); in TEST()
778 std::vector<IntPair> int_pairs; in TEST() local
779 cont.insert(std::begin(int_pairs), std::end(int_pairs)); in TEST()
786 IntPair int_pairs[] = {{1, 1}}; in TEST() local
787 cont.insert(std::begin(int_pairs), std::end(int_pairs)); in TEST()
794 IntPair int_pairs[] = {{1, 2}}; in TEST() local
795 cont.insert(std::begin(int_pairs), std::end(int_pairs), KEEP_LAST_OF_DUPES); in TEST()
802 IntPair int_pairs[] = {{5, 1}}; in TEST() local
803 cont.insert(std::begin(int_pairs), std::end(int_pairs)); in TEST()
[all …]