Flutter Engine
The Flutter Engine
|
#include <image_snapshot.h>
Public Member Functions | |
ObjectOffsetPair () | |
ObjectOffsetPair (ObjectPtr obj, int32_t off) | |
Public Attributes | |
ObjectPtr | object |
int32_t | offset |
Definition at line 170 of file image_snapshot.h.
|
inline |
Definition at line 172 of file image_snapshot.h.
|
inline |
Definition at line 173 of file image_snapshot.h.
ObjectPtr dart::ObjectOffsetPair::object |
Definition at line 175 of file image_snapshot.h.
int32_t dart::ObjectOffsetPair::offset |
Definition at line 176 of file image_snapshot.h.