Searched refs:m_tc (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-c++/
H A Dtests.cpp134 atf_tc_t m_tc; member in struct:impl::tc_impl
184 cwraps.erase(&pimpl->m_tc);
185 wraps.erase(&pimpl->m_tc);
187 atf_tc_fini(&pimpl->m_tc);
205 wraps[&pimpl->m_tc] = this;
206 cwraps[&pimpl->m_tc] = this;
208 err = atf_tc_init(&pimpl->m_tc, pimpl->m_ident.c_str(), pimpl->wrap_head,
219 return atf_tc_has_config_var(&pimpl->m_tc, var.c_str());
226 return atf_tc_has_md_var(&pimpl->m_tc, var.c_str());
233 return atf_tc_get_config_var(&pimpl->m_tc, va
[all...]
/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/
H A Dtest_helpers.c109 atf_tc_t *m_tc; member in struct:run_h_tc_data
119 RE(atf_tc_run(data->m_tc, data->m_resname));

Completed in 10 milliseconds