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

#include <object.h>

Static Public Member Functions

static intptr_t elements_start_offset ()
 

Static Public Attributes

static constexpr intptr_t kElementSize = sizeof(UntaggedObjectPool::Entry)
 

Detailed Description

Definition at line 5559 of file object.h.

Member Function Documentation

◆ elements_start_offset()

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

Definition at line 5560 of file object.h.

5560 {
5561 return ObjectPool::data_offset();
5562 }
static intptr_t data_offset()
Definition object.h:5551

Member Data Documentation

◆ kElementSize

constexpr intptr_t dart::ObjectPool::ArrayTraits::kElementSize = sizeof(UntaggedObjectPool::Entry)
staticconstexpr

Definition at line 5564 of file object.h.


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