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

/bind-9.6-ESV-R11/unit/atf-src/atf-c++/
H A Dtests.cpp130 static std::map< const atf_tc_t*, const impl::tc* > cwraps; variable
155 cwraps.find(tc);
156 INV(iter != cwraps.end());
171 cwraps.find(tc);
172 INV(iter != cwraps.end());
184 cwraps.erase(&pimpl->m_tc);
206 cwraps[&pimpl->m_tc] = this;

Completed in 10 milliseconds