Home
last modified time | relevance | path

Searched refs:test_task (Results 1 - 9 of 9) sorted by relevance

/third_party/libabigail/tests/
H A Dtest-types-stability.cc61 struct test_task : public abigail::workers::task struct
72 test_task(const string& elf_path, bool no_default_sizes) in test_task() function
102 }; // end struct test_task
104 /// A convenience typedef for a shared_ptr to @ref test_task.
105 typedef shared_ptr<test_task> test_task_sptr;
129 test_task_sptr t(new test_task(*p, false)); in main()
132 t.reset(new test_task(*p, true)); in main()
152 test_task_sptr t = dynamic_pointer_cast<test_task>(*ti); in main()
H A Dtest-read-common.h47 struct test_task : public abigail::workers::task struct
127 test_task(const InOutSpec &s,
141 ~test_task() in ~test_task()
143 }; // end struct test_task
145 typedef shared_ptr<test_task> test_task_sptr;
172 typedef test_task* (*create_new_test)(const InOutSpec* s,
H A Dtest-read-common.cc44 test_task::test_task(const InOutSpec &s, in test_task() function in abigail::tests::read_common::test_task
64 test_task::serialize_corpus(const string& out_abi_path, in serialize_corpus()
94 test_task::run_abidw(const string& extargs) in run_abidw()
130 test_task::run_diff() in run_diff()
255 test_task_sptr t = dynamic_pointer_cast<test_task>(*ti); in run_tests()
H A Dtest-diff-filter.cc833 struct test_task : public abigail::workers::task struct
840 test_task(const InOutSpec& s) in test_task() function
916 }; //end struct test_task.
919 typedef shared_ptr<test_task> test_task_sptr;
942 test_task_sptr t(new test_task(*s)); in main()
961 test_task_sptr t = dynamic_pointer_cast<test_task>(*ti); in main()
H A Dtest-diff-suppr.cc2064 struct test_task : public abigail::workers::task struct
2073 test_task(const InOutSpec& s, in test_task() function
2203 std::shared_ptr<test_task> t( in main()
2204 new test_task(*s, in_base_path, out_base_path)); in main()
2223 std::shared_ptr<test_task> t = in main()
2224 std::dynamic_pointer_cast<test_task>(*ti); in main()
H A Dtest-read-write.cc250 struct test_task : public abigail::workers::task struct
261 test_task( InOutSpec& s) in test_task() function
342 };// end struct test_task
345 typedef shared_ptr<test_task> test_task_sptr;
367 test_task_sptr t(new test_task(*s)); in main()
386 test_task_sptr t = dynamic_pointer_cast<test_task>(*ti); in main()
H A Dtest-read-ctf.cc28 using abigail::tests::read_common::test_task;
398 struct test_task_ctf : public test_task
428 : test_task(s, a_out_abi_base, a_in_elf_base, a_in_abi_base) in test_task_ctf()
498 /// @return abigail::tests::read_common::test_task instance.
499 static test_task*
H A Dtest-diff-pkg.cc1096 struct test_task : public abigail::workers::task struct
1103 test_task(const InOutSpec& s) in test_task() function
1243 }; // end struct test_task
1246 typedef shared_ptr<test_task> test_task_sptr;
1269 test_task_sptr t(new test_task(*s)); in main()
1287 test_task_sptr t = dynamic_pointer_cast<test_task>(*ti); in main()
H A Dtest-read-dwarf.cc26 using abigail::tests::read_common::test_task;
577 struct test_task_dwarf : public test_task
608 : test_task(s, a_out_abi_base, a_in_elf_base, a_in_abi_base) in test_task_dwarf()
667 /// @return abigail::tests::read_common::test_task instance.
668 static test_task*

Completed in 8 milliseconds