Home
last modified time | relevance | path

Searched defs: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()
317 bool* fE; in DEF_TEST()