Home
last modified time | relevance | path

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

/hardware/google/aemu/base/
DNoDestructor_unittest.cpp12 struct CheckOnDestroy { struct
13 ~CheckOnDestroy() { dfatal("Destructor was called"); } in ~CheckOnDestroy() argument
16 NoDestructor<CheckOnDestroy> destructor_should_not_run; in TEST()