Searched refs:SPLightFoo (Results 1 – 1 of 1) sorted by relevance
38 class SPLightFoo : virtual public VirtualLightRefBase { class40 explicit SPLightFoo(bool* deleted_check) : mDeleted(deleted_check) { *mDeleted = false; } in SPLightFoo() function in SPLightFoo42 ~SPLightFoo() { *mDeleted = true; } in ~SPLightFoo()51 using RefBaseTypes = ::testing::Types<SPFoo, SPLightFoo>;