Home
last modified time | relevance | path

Searched defs:test_generic_assoc (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/intrusive/test/
Dgeneric_assoc_test.hpp35 struct test_generic_assoc struct
37 typedef typename ContainerDefiner::value_cont_type value_cont_type;
44 static void test_container_from_end(value_cont_type&, detail::false_type) {} in test_container_from_end()
46 static void test_splay_up(value_cont_type&, detail::false_type) {} in test_splay_up()
48 static void test_splay_down(value_cont_type&, detail::false_type) {} in test_splay_down()
50 static void test_rebalance(value_cont_type&, detail::false_type) {} in test_rebalance()
52 static void test_insert_before(value_cont_type&, detail::false_type) {} in test_insert_before()
54 static void test_container_from_iterator(value_cont_type&, detail::false_type) {} in test_container_from_iterator()