Public Member Functions | |
| IsolateData (PlatformIsolateManager *_mgr) | |
Public Attributes | |
| PlatformIsolateManager * | mgr |
| Dart_Isolate | isolate = nullptr |
| bool | is_shutdown = false |
| bool | was_registered = false |
Definition at line 15 of file platform_isolate_manager_unittests.cc.
|
inlineexplicit |
Definition at line 20 of file platform_isolate_manager_unittests.cc.
| bool flutter::testing::IsolateData::is_shutdown = false |
Definition at line 18 of file platform_isolate_manager_unittests.cc.
| Dart_Isolate flutter::testing::IsolateData::isolate = nullptr |
Definition at line 17 of file platform_isolate_manager_unittests.cc.
Referenced by flutter::testing::PlatformIsolateManagerTest::CreateAndRegisterIsolate().
| PlatformIsolateManager* flutter::testing::IsolateData::mgr |
Definition at line 16 of file platform_isolate_manager_unittests.cc.
| bool flutter::testing::IsolateData::was_registered = false |
Definition at line 19 of file platform_isolate_manager_unittests.cc.
Referenced by flutter::testing::PlatformIsolateManagerTest::CreateAndRegisterIsolate().