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

/freebsd-11-stable/contrib/atf/atf-c++/
H A Dtests.cpp145 static std::map< atf_tc_t*, impl::tc* > wraps; variable
168 std::map< atf_tc_t*, impl::tc* >::iterator iter = wraps.find(tc);
169 INV(iter != wraps.end());
200 wraps.erase(&pimpl->m_tc);
220 wraps[&pimpl->m_tc] = this;

Completed in 90 milliseconds