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

/freebsd-11-stable/contrib/atf/atf-c++/
H A Dtests.cpp146 static std::map< const atf_tc_t*, const impl::tc* > cwraps; variable
177 cwraps.find(tc);
178 INV(iter != cwraps.end());
186 cwraps.find(tc);
187 INV(iter != cwraps.end());
199 cwraps.erase(&pimpl->m_tc);
221 cwraps[&pimpl->m_tc] = this;

Completed in 102 milliseconds