Searched defs:NotifyWhenDestroyed (Results 1 – 1 of 1) sorted by relevance
314 struct NotifyWhenDestroyed { in DEF_TEST() struct315 NotifyWhenDestroyed(bool* e) : fE(e) {} in DEF_TEST() function316 ~NotifyWhenDestroyed() { *fE = true; } in DEF_TEST()317 bool* fE; in DEF_TEST()