Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
flutter::testing::IsolateData Struct Reference

Public Member Functions

 IsolateData (PlatformIsolateManager *_mgr)
 

Public Attributes

PlatformIsolateManagermgr
 
Dart_Isolate isolate = nullptr
 
bool is_shutdown = false
 
bool was_registered = false
 

Detailed Description

Definition at line 14 of file platform_isolate_manager_unittests.cc.

Constructor & Destructor Documentation

◆ IsolateData()

flutter::testing::IsolateData::IsolateData ( PlatformIsolateManager _mgr)
inlineexplicit

Definition at line 19 of file platform_isolate_manager_unittests.cc.

19: mgr(_mgr) {}

Member Data Documentation

◆ is_shutdown

bool flutter::testing::IsolateData::is_shutdown = false

Definition at line 17 of file platform_isolate_manager_unittests.cc.

◆ isolate

Dart_Isolate flutter::testing::IsolateData::isolate = nullptr

Definition at line 16 of file platform_isolate_manager_unittests.cc.

◆ mgr

PlatformIsolateManager* flutter::testing::IsolateData::mgr

Definition at line 15 of file platform_isolate_manager_unittests.cc.

◆ was_registered

bool flutter::testing::IsolateData::was_registered = false

Definition at line 18 of file platform_isolate_manager_unittests.cc.


The documentation for this struct was generated from the following file: