Home
last modified time | relevance | path

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

/third_party/boost/libs/unordered/test/unordered/
Dcopy_tests.cpp44 BOOST_TEST(test::selected_count(y.get_allocator()) == in copy_construct_tests1()
58 BOOST_TEST(test::selected_count(y.get_allocator()) == in copy_construct_tests1()
78 BOOST_TEST(test::selected_count(y.get_allocator()) == in copy_construct_tests1()
104 BOOST_TEST(test::selected_count(y.get_allocator()) == in copy_construct_tests2()
119 BOOST_TEST(test::selected_count(y.get_allocator()) == 0); in copy_construct_tests2()
133 BOOST_TEST(test::selected_count(y.get_allocator()) == in copy_construct_tests2()
148 BOOST_TEST(test::selected_count(y.get_allocator()) == 0); in copy_construct_tests2()
/third_party/boost/libs/unordered/test/objects/
Dcxx11_allocator.hpp335 inline int selected_count(convert_from_anything) { return 0; } in selected_count() function
338 int selected_count(cxx11_allocator<T, Flags> const& x) in selected_count() function