Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Static Public Member Functions | Static Public Attributes | List of all members
dart::ClassTable::ArrayTraits Struct Reference

#include <class_table.h>

Static Public Member Functions

static intptr_t elements_start_offset ()
 

Static Public Attributes

static constexpr intptr_t kElementSize = sizeof(uint8_t)
 

Detailed Description

Definition at line 477 of file class_table.h.

Member Function Documentation

◆ elements_start_offset()

static intptr_t dart::ClassTable::ArrayTraits::elements_start_offset ( )
inlinestatic

Definition at line 478 of file class_table.h.

478{ return 0; }

Member Data Documentation

◆ kElementSize

constexpr intptr_t dart::ClassTable::ArrayTraits::kElementSize = sizeof(uint8_t)
staticconstexpr

Definition at line 480 of file class_table.h.


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