Home
last modified time | relevance | path

Searched refs:test_task_sptr (Results 1 – 7 of 7) sorted by relevance

/third_party/libabigail/tests/
Dtest-types-stability.cc105 typedef shared_ptr<test_task> test_task_sptr; typedef
129 test_task_sptr t(new test_task(*p, false)); in main()
152 test_task_sptr t = dynamic_pointer_cast<test_task>(*ti); in main()
Dtest-diff-filter.cc919 typedef shared_ptr<test_task> test_task_sptr; typedef
942 test_task_sptr t(new test_task(*s)); in main()
961 test_task_sptr t = dynamic_pointer_cast<test_task>(*ti); in main()
Dtest-read-write.cc345 typedef shared_ptr<test_task> test_task_sptr; typedef
367 test_task_sptr t(new test_task(*s)); in main()
386 test_task_sptr t = dynamic_pointer_cast<test_task>(*ti); in main()
Dtest-diff-pkg.cc1246 typedef shared_ptr<test_task> test_task_sptr; typedef
1269 test_task_sptr t(new test_task(*s)); in main()
1287 test_task_sptr t = dynamic_pointer_cast<test_task>(*ti); in main()
Dtest-read-common.cc233 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()
Dtest-read-common.h145 typedef shared_ptr<test_task> test_task_sptr; typedef
/third_party/libabigail/
DChangeLog19861 (test_task_sptr): Define new typedef.