Home
last modified time | relevance | path

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

/third_party/boost/libs/intrusive/test/
Dgeneric_multiset_test.hpp50 <>::type multiset_type; in test_all() typedef
52 multiset_type testset(values.begin(), values.end()); in test_all()
81 <>::type multiset_type; in test_impl() typedef
83 multiset_type testset; in test_impl()
100 <>::type multiset_type; in test_sort() typedef
102 multiset_type testset1 (values.begin(), values.end()); in test_sort()
126 <>::type multiset_type; in test_insert() typedef
128 multiset_type testset; in test_insert()
134 typename multiset_type::iterator i = testset.begin(); in test_insert()
147 i = multiset_type::s_iterator_to (values[2]); in test_insert()
[all …]
/third_party/boost/libs/container/test/
Dflat_set_adaptor_test.cpp39 > multiset_type; typedef
57 , GetSetContainer<vector<int> >::apply<int>::multiset_type in main()
66 , GetSetContainer<small_vector<int, 7> >::apply<int>::multiset_type in main()
75 , GetSetContainer<static_vector<int, MaxElem * 10> >::apply<int>::multiset_type in main()
84 , GetSetContainer<stable_vector<int> >::apply<int>::multiset_type in main()
94 , GetSetContainer<deque<int> >::apply<int>::multiset_type in main()
Dset_test.cpp123 typedef multiset<test::movable_int> multiset_type; in node_type_test() typedef
124 multiset_type src; in node_type_test()
135 multiset_type dst; in node_type_test()
148 multiset_type::iterator r; in node_type_test()
150 multiset_type::node_type nt(src.extract(mv_3)); in node_type_test()
166 if(! (*r == mv_3 && r == --multiset_type::iterator(dst.upper_bound(mv_3)) && nt.empty()) ) in node_type_test()
330 > multiset_type; typedef
480 , GetAllocatorSet<std::allocator<void>, red_black_tree>::apply<int>::multiset_type in main()
489 , GetAllocatorSet<new_allocator<void>, avl_tree>::apply<int>::multiset_type in main()
498 , GetAllocatorSet<adaptive_pool<void>, scapegoat_tree>::apply<int>::multiset_type in main()
[all …]
Dflat_set_test.cpp631 > multiset_type; typedef
770 , GetSetContainer<std::allocator<void> >::apply<int>::multiset_type in main()
779 , GetSetContainer<new_allocator<void> >::apply<int>::multiset_type in main()
788 , GetSetContainer<new_allocator<void> >::apply<test::movable_int>::multiset_type in main()
797 , GetSetContainer<new_allocator<void> >::apply<test::copyable_int>::multiset_type in main()
806 … , GetSetContainer<new_allocator<void> >::apply<test::movable_and_copyable_int>::multiset_type in main()