proxygen
DelayedDestructionTest.cpp File Reference

Go to the source code of this file.

Classes

class  DeleteGuarder
 

Functions

 TEST (DelayedDestructionTest, GuardOnDelete)
 
 TEST (DelayedDestructionTest, GuardOnDeleteWithPreGuard)
 

Function Documentation

TEST ( DelayedDestructionTest  ,
GuardOnDelete   
)

Definition at line 33 of file DelayedDestructionTest.cpp.

33  {
34  auto dg = new DeleteGuarder();
35  dg->destroy();
36 }
TEST ( DelayedDestructionTest  ,
GuardOnDeleteWithPreGuard   
)

Definition at line 38 of file DelayedDestructionTest.cpp.

References folly::gen::guard().

38  {
39  auto dg = new DeleteGuarder();
41  dg->destroy();
42 }
GuardImpl guard(ErrorHandler &&handler)
Definition: Base.h:840