Searched refs:md_ (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/kyua/model/ |
H A D | test_case.cpp | 72 const model::metadata& md_, in impl() 76 md(md_), in impl() 126 const model::metadata& md_) : in test_case() argument 127 _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 | 654 const model::metadata& md_, in lazy_test_program() argument 657 test_program(interface_name_, binary_, root_, test_suite_name_, md_, in lazy_test_program()
|