Flutter Engine
The Flutter Engine
Variables
snapshot_in.cc File Reference
#include <stdint.h>

Go to the source code of this file.

Variables

uint8_t kDartVmSnapshotData []
 
uint8_t kDartVmSnapshotInstructions [] = {}
 
uint8_t kDartCoreIsolateSnapshotData []
 
uint8_t kDartCoreIsolateSnapshotInstructions [] = {}
 

Variable Documentation

◆ kDartCoreIsolateSnapshotData

uint8_t kDartCoreIsolateSnapshotData[]
Initial value:
= {
%s
}
struct MyStruct s

Definition at line 27 of file snapshot_in.cc.

◆ kDartCoreIsolateSnapshotInstructions

uint8_t kDartCoreIsolateSnapshotInstructions[] = {}

Definition at line 30 of file snapshot_in.cc.

◆ kDartVmSnapshotData

uint8_t kDartVmSnapshotData[]
Initial value:
= {
%s
}

Definition at line 18 of file snapshot_in.cc.

◆ kDartVmSnapshotInstructions

uint8_t kDartVmSnapshotInstructions[] = {}

Definition at line 21 of file snapshot_in.cc.