Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Attributes | Static Public Attributes | List of all members
dart::bin::MagicNumberData Struct Reference

#include <dartutils.h>

Public Attributes

intptr_t length
 
const uint8_t bytes [kMaxLength]
 

Static Public Attributes

static constexpr intptr_t kMaxLength = 8
 

Detailed Description

Definition at line 653 of file dartutils.h.

Member Data Documentation

◆ bytes

const uint8_t dart::bin::MagicNumberData::bytes[kMaxLength]

Definition at line 657 of file dartutils.h.

◆ kMaxLength

constexpr intptr_t dart::bin::MagicNumberData::kMaxLength = 8
staticconstexpr

Definition at line 654 of file dartutils.h.

◆ length

intptr_t dart::bin::MagicNumberData::length

Definition at line 656 of file dartutils.h.


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