Searched defs:test_set2 (Results 1 – 2 of 2) sorted by relevance
202 const std::set<int, std::greater<int> > test_set2(array2, array2 + 3); in lower_bound_test() local219 const std::set<int, std::greater<int> > test_set2(array2, array2 + 3); in upper_bound_test() local243 const std::set<int, std::greater<int> > test_set2(array2, array2 + 4); in equal_range_test() local
130 public void test_set2() { in test_set2() method in BitsTest