Home
last modified time | relevance | path

Searched refs:SPLightFoo (Results 1 – 1 of 1) sorted by relevance

/system/core/libutils/
DStrongPointer_test.cpp38 class SPLightFoo : virtual public VirtualLightRefBase { class
40 explicit SPLightFoo(bool* deleted_check) : mDeleted(deleted_check) { *mDeleted = false; } in SPLightFoo() function in SPLightFoo
42 ~SPLightFoo() { *mDeleted = true; } in ~SPLightFoo()
51 using RefBaseTypes = ::testing::Types<SPFoo, SPLightFoo>;