| intrusive_list-selftests.c | 86 using item_type = typename ListType::value_type; local 92 const item_type &item = *it; 108 const item_type &item = *it; 136 using item_type = typename ListType::value_type; member in struct:intrusive_list_test 143 item_type a ("a"), b ("b"), c ("c"); 145 std::vector<const item_type *> expected; 162 item_type a ("a"); 164 std::vector<const item_type *> expected; 180 std::vector<const item_type *> expected; 197 item_type a ("a"), b ("b"), c ("c"), d ("d"), e ("e") 823 using item_type = typename ListType::value_type; member in struct:owning_intrusive_list_test [all...] |