Searched refs:md_ (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/kyua/model/ |
| H A D | test_case.cpp | 75 const model::metadata& md_, in impl() 79 md(md_), in impl() 129 const model::metadata& md_) : in test_case() argument 130 _pimpl(new impl(name_, NULL, md_, none)) in test_case()
|
| H A D | test_program.cpp | 84 const model::metadata& md_, const model::test_cases_map& test_cases_) : in impl() 89 md(md_) in impl() 133 const model::metadata& md_, in test_program() argument 135 _pimpl(new impl(interface_name_, binary_, root_, test_suite_name_, md_, in test_program()
|
| /freebsd/contrib/kyua/engine/ |
| H A D | scheduler.cpp | 655 const model::metadata& md_, in lazy_test_program() argument 658 test_program(interface_name_, binary_, root_, test_suite_name_, md_, in lazy_test_program()
|