Searched defs:CatchDtor (Results 1 – 1 of 1) sorted by relevance
32 class CatchDtor final { class34 CatchDtor() { CHECK(sValidObjects.emplace(this).second); } in CatchDtor() function in android::init::CatchDtor35 CatchDtor(const CatchDtor&) { CHECK(sValidObjects.emplace(this).second); } in CatchDtor() function in android::init::CatchDtor36 CatchDtor(const CatchDtor&&) { CHECK(sValidObjects.emplace(this).second); } in CatchDtor() function in android::init::CatchDtor