Searched refs: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() argument320 skstd::optional<NotifyWhenDestroyed> notify(&destroyed); in DEF_TEST()