Flutter Engine Uber Docs
Docs for the entire Flutter Engine repo.
 
Loading...
Searching...
No Matches
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 15 of file platform_isolate_manager_unittests.cc.

Constructor & Destructor Documentation

◆ IsolateData()

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

Definition at line 20 of file platform_isolate_manager_unittests.cc.

20: mgr(_mgr) {}

Member Data Documentation

◆ is_shutdown

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

Definition at line 18 of file platform_isolate_manager_unittests.cc.

◆ isolate

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

◆ mgr

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

Definition at line 16 of file platform_isolate_manager_unittests.cc.

◆ was_registered

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

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