Home
last modified time | relevance | path

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

/third_party/skia/tests/
DSkTOptionalTest.cpp314 struct NotifyWhenDestroyed { in DEF_TEST() struct
315 NotifyWhenDestroyed(bool* e) : fE(e) {} in DEF_TEST() function
316 ~NotifyWhenDestroyed() { *fE = true; } in DEF_TEST() argument
320 skstd::optional<NotifyWhenDestroyed> notify(&destroyed); in DEF_TEST()