Definition at line 13 of file object_unittests.cc.
◆ FlagObject()
| impeller::interop::testing::FlagObject::FlagObject |
( |
bool & |
destruction_flag | ) |
|
|
inlineexplicit |
Definition at line 16 of file object_unittests.cc.
17 : destruction_flag_(destruction_flag) {
18 FML_CHECK(!destruction_flag_) <<
"Destruction flag must be cleared.";
◆ ~FlagObject()
| impeller::interop::testing::FlagObject::~FlagObject |
( |
| ) |
|
|
inline |
Definition at line 21 of file object_unittests.cc.
22 FML_CHECK(!destruction_flag_) <<
"Already destructed.";
23 destruction_flag_ =
true;
The documentation for this class was generated from the following file: