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