Home
last modified time | relevance | path

Searched defs:CatchDtor (Results 1 – 1 of 1) sorted by relevance

/aosp14/system/core/init/
H A Depoll_test.cpp32 class CatchDtor final { class
34 CatchDtor() { CHECK(sValidObjects.emplace(this).second); } in CatchDtor() function in android::init::CatchDtor
35 CatchDtor(const CatchDtor&) { CHECK(sValidObjects.emplace(this).second); } in CatchDtor() function in android::init::CatchDtor
36 CatchDtor(const CatchDtor&&) { CHECK(sValidObjects.emplace(this).second); } in CatchDtor() function in android::init::CatchDtor