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

#include <image_snapshot.h>

Public Member Functions

 ObjectOffsetPair ()
 
 ObjectOffsetPair (ObjectPtr obj, int32_t off)
 

Public Attributes

ObjectPtr object
 
int32_t offset
 

Detailed Description

Definition at line 170 of file image_snapshot.h.

Constructor & Destructor Documentation

◆ ObjectOffsetPair() [1/2]

dart::ObjectOffsetPair::ObjectOffsetPair ( )
inline

Definition at line 172 of file image_snapshot.h.

172: ObjectOffsetPair(nullptr, 0) {}

◆ ObjectOffsetPair() [2/2]

dart::ObjectOffsetPair::ObjectOffsetPair ( ObjectPtr  obj,
int32_t  off 
)
inline

Definition at line 173 of file image_snapshot.h.

173: object(obj), offset(off) {}

Member Data Documentation

◆ object

ObjectPtr dart::ObjectOffsetPair::object

Definition at line 175 of file image_snapshot.h.

◆ offset

int32_t dart::ObjectOffsetPair::offset

Definition at line 176 of file image_snapshot.h.


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