Searched refs:test_task_sptr (Results 1 – 7 of 7) sorted by relevance
105 typedef shared_ptr<test_task> test_task_sptr; typedef129 test_task_sptr t(new test_task(*p, false)); in main()152 test_task_sptr t = dynamic_pointer_cast<test_task>(*ti); in main()
919 typedef shared_ptr<test_task> test_task_sptr; typedef942 test_task_sptr t(new test_task(*s)); in main()961 test_task_sptr t = dynamic_pointer_cast<test_task>(*ti); in main()
345 typedef shared_ptr<test_task> test_task_sptr; typedef367 test_task_sptr t(new test_task(*s)); in main()386 test_task_sptr t = dynamic_pointer_cast<test_task>(*ti); in main()
1246 typedef shared_ptr<test_task> test_task_sptr; typedef1269 test_task_sptr t(new test_task(*s)); in main()1287 test_task_sptr t = dynamic_pointer_cast<test_task>(*ti); in main()
233 test_task_sptr t(new_test(s, out_abi_base, in run_tests()255 test_task_sptr t = dynamic_pointer_cast<test_task>(*ti); in run_tests()
145 typedef shared_ptr<test_task> test_task_sptr; typedef
19861 (test_task_sptr): Define new typedef.